Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: add a test for pkg-config files #8988

Merged
merged 1 commit into from
Sep 11, 2024

Commits on Sep 11, 2024

  1. tests: add a test for pkg-config files

    Add a test that does some basic validation of the pkg-config files.
    
    Example run:
    ./tests/scripts/all.sh test_cmake_as_package
    <snip>
    ******************************************************************
    * test_cmake_as_package: build: cmake 'as-package' build
    * Wed Sep 11 16:17:41 UTC 2024
    ******************************************************************
    cmake .
    make
    Built against Mbed TLS 3.6.0
    testing package config file: mbedtls ... passed
    testing package config file: mbedx509 ... passed
    testing package config file: mbedcrypto ... passed
    make clean
    
    Signed-off-by: Bill Roberts <bill.roberts@arm.com>
    billatarm committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    10ff417 View commit details
    Browse the repository at this point in the history