mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-01 10:06:53 +03:00
components-build-system.sh: align component_test_cmake_as_package
Align component_test_cmake_as_package to the "development" branch version. Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -115,7 +115,11 @@ component_test_cmake_as_package () {
|
|||||||
make
|
make
|
||||||
./cmake_package
|
./cmake_package
|
||||||
if [[ "$OSTYPE" == linux* ]]; then
|
if [[ "$OSTYPE" == linux* ]]; then
|
||||||
PKG_CONFIG_PATH="${build_variant_dir}/mbedtls/pkgconfig" ${root_dir}/tests/scripts/pkgconfig.sh
|
PKG_CONFIG_PATH="${build_variant_dir}/mbedtls/pkgconfig" \
|
||||||
|
${root_dir}/framework/scripts/pkgconfig.sh \
|
||||||
|
mbedtls mbedx509 mbedcrypto
|
||||||
|
# These are the EXPECTED package names. Renaming these could break
|
||||||
|
# consumers of pkg-config, consider carefully.
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -212,4 +216,3 @@ component_build_cmake_programs_no_testing () {
|
|||||||
support_build_cmake_programs_no_testing () {
|
support_build_cmake_programs_no_testing () {
|
||||||
support_test_cmake_out_of_source
|
support_test_cmake_out_of_source
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user