mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-08 23:21:59 +03:00
tests: move component_test_tf_psa_crypto_cmake_as_package to tf-psa-crypto
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
@ -123,27 +123,6 @@ component_test_cmake_as_package () {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_tf_psa_crypto_cmake_as_package () {
|
|
||||||
# Remove existing generated files so that we use the ones CMake
|
|
||||||
# generates
|
|
||||||
make neat
|
|
||||||
|
|
||||||
msg "build: cmake 'as-package' build"
|
|
||||||
root_dir="$(pwd)"
|
|
||||||
cd tf-psa-crypto/programs/test/cmake_package
|
|
||||||
build_variant_dir="$(pwd)"
|
|
||||||
cmake .
|
|
||||||
make
|
|
||||||
./cmake_package
|
|
||||||
if [[ "$OSTYPE" == linux* ]]; then
|
|
||||||
PKG_CONFIG_PATH="${build_variant_dir}/tf-psa-crypto/pkgconfig" \
|
|
||||||
${root_dir}/framework/scripts/pkgconfig.sh \
|
|
||||||
tfpsacrypto
|
|
||||||
# This is the EXPECTED package name. Renaming it could break consumers
|
|
||||||
# of pkg-config, consider carefully.
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
support_test_cmake_as_package () {
|
support_test_cmake_as_package () {
|
||||||
support_test_cmake_out_of_source
|
support_test_cmake_out_of_source
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user