From a19dd0e61b158f58d5375172bbb367b02371060d Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 3 Dec 2014 22:58:24 -0600 Subject: better cleanup biotest.c --- update.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/update.sh b/update.sh index 1038bb3..14823f5 100755 --- a/update.sh +++ b/update.sh @@ -287,6 +287,7 @@ for i in $openssl_cmd_src/*; do cp $i apps done +rm -f tests/biotest.c for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.c \ bn/general/bntest.c bn/mont/mont.c \ cast/casttest.c chacha/chachatest.c cts128/cts128test.c \ @@ -316,10 +317,6 @@ test_drivers=( arc4randomforktest pidwraptest ) -# disabled by-default tests -tests_disabled=( - biotest -) tests_posix_only=( arc4randomforktest explicit_bzero @@ -360,8 +357,6 @@ for i in "${test_drivers[@]}"; do fi if ! [[ ${tests_disabled[*]} =~ "$i" ]]; then echo "TESTS += ${i}.sh" >> tests/Makefile.am - else - rm -f tests/$i* fi if [[ ${tests_posix_only[*]} =~ "$i" ]]; then echo "endif" >> tests/Makefile.am -- cgit v1.2.3-55-g6feb