summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-05-19 15:49:32 +0100
committerMatt Caswell <matt@openssl.org>2022-08-18 16:38:12 +0100
commitac837d4d2eb542a9119bd8ed0ade7242887c531b (patch)
tree08acbc041cc4c8628c5950b6cf20e08ed3e046ba /test
parent014baa8a6dec5956416baad5af4ddda13bf74341 (diff)
Update the oqs-provider submodule to a more recent commit
Also update the oqsprovider.sh file to not run the preptests.sh script which is no longer required Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18132)
Diffstat (limited to 'test')
-rwxr-xr-xtest/recipes/95-test_external_oqsprovider_data/oqsprovider.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
index 318567c0f7..33c63b5e46 100755
--- a/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
+++ b/test/recipes/95-test_external_oqsprovider_data/oqsprovider.sh
@@ -61,10 +61,6 @@ if [ ! -d $SRCTOP/oqs-provider/oqs ]; then
)
fi
-if [ ! -f $SRCTOP/oqs-provider/test/ssltestlib.c ]; then
- ( cd $SRCTOP/oqs-provider && OPENSSL_BLDTOP=$BLDTOP ./scripts/preptests.sh )
-fi
-
echo " CWD: $PWD"
cmake $SRCTOP/oqs-provider -DCMAKE_INCLUDE_PATH=$SRCTOP/oqs-provider/oqs -DCMAKE_PREFIX_PATH=$SRCTOP/oqs-provider/oqs -DOPENSSL_ROOT_DIR="$OPENSSL_ROOT_DIR" -DOPENSSL_BLDTOP=$BLDTOP -B _build && cmake --build _build
export CTEST_OUTPUT_ON_FAILURE=1