better cleanup biotest.c
This commit is contained in:
parent
e83c30c158
commit
a19dd0e61b
@ -287,6 +287,7 @@ for i in $openssl_cmd_src/*; do
|
|||||||
cp $i apps
|
cp $i apps
|
||||||
done
|
done
|
||||||
|
|
||||||
|
rm -f tests/biotest.c
|
||||||
for i in aead/aeadtest.c aeswrap/aes_wrap.c base64/base64test.c bf/bftest.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 \
|
bn/general/bntest.c bn/mont/mont.c \
|
||||||
cast/casttest.c chacha/chachatest.c cts128/cts128test.c \
|
cast/casttest.c chacha/chachatest.c cts128/cts128test.c \
|
||||||
@ -316,10 +317,6 @@ test_drivers=(
|
|||||||
arc4randomforktest
|
arc4randomforktest
|
||||||
pidwraptest
|
pidwraptest
|
||||||
)
|
)
|
||||||
# disabled by-default tests
|
|
||||||
tests_disabled=(
|
|
||||||
biotest
|
|
||||||
)
|
|
||||||
tests_posix_only=(
|
tests_posix_only=(
|
||||||
arc4randomforktest
|
arc4randomforktest
|
||||||
explicit_bzero
|
explicit_bzero
|
||||||
@ -360,8 +357,6 @@ for i in "${test_drivers[@]}"; do
|
|||||||
fi
|
fi
|
||||||
if ! [[ ${tests_disabled[*]} =~ "$i" ]]; then
|
if ! [[ ${tests_disabled[*]} =~ "$i" ]]; then
|
||||||
echo "TESTS += ${i}.sh" >> tests/Makefile.am
|
echo "TESTS += ${i}.sh" >> tests/Makefile.am
|
||||||
else
|
|
||||||
rm -f tests/$i*
|
|
||||||
fi
|
fi
|
||||||
if [[ ${tests_posix_only[*]} =~ "$i" ]]; then
|
if [[ ${tests_posix_only[*]} =~ "$i" ]]; then
|
||||||
echo "endif" >> tests/Makefile.am
|
echo "endif" >> tests/Makefile.am
|
||||||
|
Loading…
Reference in New Issue
Block a user