We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b41a65 commit 8280398Copy full SHA for 8280398
tests/scripts/all.sh
@@ -334,6 +334,9 @@ cleanup()
334
rm -f 3rdparty/Makefile 3rdparty/*/Makefile pkgconfig/Makefile framework/Makefile
335
rm -f include/Makefile programs/!(fuzz)/Makefile
336
rm -f tf-psa-crypto/Makefile tf-psa-crypto/include/Makefile
337
+ rm -f tf-psa-crypto/core/Makefile tf-psa-crypto/drivers/Makefile
338
+ rm -f tf-psa-crypto/drivers/builtin/Makefile
339
+ rm -f tf-psa-crypto/drivers/builtin/src/Makefile
340
341
# Remove any artifacts from the component_test_cmake_as_subdirectory test.
342
rm -rf programs/test/cmake_subproject/build
0 commit comments