From 50c40957c37facf756aa951f54a0711e11ff4dcc Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 18 Aug 2026 16:07:13 +0200 Subject: [PATCH] Make installable pqcp headers available to the libtestdriver1 build Signed-off-by: Gilles Peskine --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Makefile b/tests/Makefile index 06bef9734c..3ed6badfa3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -243,6 +243,8 @@ libtestdriver1.a: cp -Rf ../tf-psa-crypto/core ./libtestdriver1/tf-psa-crypto cp -Rf ../tf-psa-crypto/include ./libtestdriver1/tf-psa-crypto cp -Rf ../tf-psa-crypto/drivers/builtin ./libtestdriver1/tf-psa-crypto/drivers/builtin + # Make installable pqcp headers available to the libtestdriver1 build + cp -Rf ../tf-psa-crypto/drivers/pqcp/include ./libtestdriver1/tf-psa-crypto/ if [ -d ../tf-psa-crypto/dispatch ]; then \ cp -Rf ../tf-psa-crypto/dispatch ./libtestdriver1/tf-psa-crypto/dispatch; \ fi