Skip to content

Commit

Permalink
Merge pull request #10010 from valeriosetti/issue137-development
Browse files Browse the repository at this point in the history
[development] Add components to components-build-system.sh
  • Loading branch information
ronald-cron-arm authored Mar 11, 2025
2 parents 2d1f260 + 5e838bd commit eb20c1f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
21 changes: 0 additions & 21 deletions tests/scripts/components-build-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,27 +123,6 @@ component_test_cmake_as_package () {
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_out_of_source
}
Expand Down
2 changes: 1 addition & 1 deletion tf-psa-crypto

0 comments on commit eb20c1f

Please sign in to comment.