Skip to content

Commit

Permalink
Remove duplicate out of source code
Browse files Browse the repository at this point in the history
This commit removes duplicate code to build TF-PSA-Crypto out of source
which has now been moved to mbedtls-framework.

Signed-off-by: Harry Ramsey <[email protected]>
  • Loading branch information
Harry-Ramsey committed Nov 18, 2024
1 parent fee08b4 commit de49f62
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tf-psa-crypto/tests/scripts/components-build-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@

component_test_tf_psa_crypto_cmake_out_of_source () {
msg "build: cmake tf-psa-crypto 'out-of-source' build"
TF_PSA_CRYPTO_ROOT_DIR="$PWD"
mkdir "$OUT_OF_SOURCE_DIR"
cd "$OUT_OF_SOURCE_DIR"
# Note: Explicitly generate files as these are turned off in releases
cmake -D CMAKE_BUILD_TYPE:String=Check -D GEN_FILES=ON "$TF_PSA_CRYPTO_ROOT_DIR"
make
msg "test: cmake tf-psa-crypto 'out-of-source' build"
make test
cd "$TF_PSA_CRYPTO_ROOT_DIR"
rm -rf "$OUT_OF_SOURCE_DIR"
}

component_test_tf_psa_crypto_cmake_as_subdirectory () {
Expand Down

0 comments on commit de49f62

Please sign in to comment.