aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-04-14 06:24:22 -0600
committerTheo Buehler <tb@openbsd.org>2023-04-14 07:42:59 -0600
commit76b135953a6c9885fa1fde0038262debff36639a (patch)
tree085f78c3f1c22518ce65965aea8ee58dcf0efeca /update.sh
parent4c75669d35ca742854ee1076d6d389e61d7a7941 (diff)
downloadportable-76b135953a6c9885fa1fde0038262debff36639a.tar.gz
portable-76b135953a6c9885fa1fde0038262debff36639a.tar.bz2
portable-76b135953a6c9885fa1fde0038262debff36639a.zip
Hook a few more tests to the build
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index e4fac1d..46aa483 100755
--- a/update.sh
+++ b/update.sh
@@ -353,6 +353,8 @@ for i in `find $libcrypto_regress -name '*.c'`; do
353done 353done
354$CP $libcrypto_regress/evp/evptests.txt tests 354$CP $libcrypto_regress/evp/evptests.txt tests
355$CP $libcrypto_regress/aead/*.txt tests 355$CP $libcrypto_regress/aead/*.txt tests
356$CP $libcrypto_regress/ct/ctlog.conf tests
357$CP $libcrypto_regress/ct/*.crt tests
356 358
357# generate libcrypto freenull.c 359# generate libcrypto freenull.c
358awk -f $libcrypto_regress/free/freenull.awk \ 360awk -f $libcrypto_regress/free/freenull.awk \