Skip to content

Commit eb20c1f

Browse files
Merge pull request #10010 from valeriosetti/issue137-development
[development] Add components to components-build-system.sh
2 parents 2d1f260 + 5e838bd commit eb20c1f

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

tests/scripts/components-build-system.sh

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -123,27 +123,6 @@ component_test_cmake_as_package () {
123123
fi
124124
}
125125

126-
component_test_tf_psa_crypto_cmake_as_package () {
127-
# Remove existing generated files so that we use the ones CMake
128-
# generates
129-
make neat
130-
131-
msg "build: cmake 'as-package' build"
132-
root_dir="$(pwd)"
133-
cd tf-psa-crypto/programs/test/cmake_package
134-
build_variant_dir="$(pwd)"
135-
cmake .
136-
make
137-
./cmake_package
138-
if [[ "$OSTYPE" == linux* ]]; then
139-
PKG_CONFIG_PATH="${build_variant_dir}/tf-psa-crypto/pkgconfig" \
140-
${root_dir}/framework/scripts/pkgconfig.sh \
141-
tfpsacrypto
142-
# This is the EXPECTED package name. Renaming it could break consumers
143-
# of pkg-config, consider carefully.
144-
fi
145-
}
146-
147126
support_test_cmake_as_package () {
148127
support_test_cmake_out_of_source
149128
}

0 commit comments

Comments
 (0)