Simplify some scripts

ssl-opt.sh and compat.sh can now be run from root too
This commit is contained in:
Manuel Pégourié-Gonnard 2015-07-08 21:59:16 +01:00
parent 89eb1970e9
commit 3d404b4763
5 changed files with 15 additions and 31 deletions

View file

@ -70,8 +70,8 @@ ifndef WINDOWS
covtest:
$(MAKE) check
programs/test/selftest
( cd tests && ./compat.sh )
( cd tests && ./ssl-opt.sh )
tests/compat.sh
tests/ssl-opt.sh
lcov:
rm -rf Coverage