commit | 3d404b4763c396c59b3c8fe05b0aa47a79445ba5 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jul 08 21:59:16 2015 +0100 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Jul 08 21:59:16 2015 +0100 |
tree | 1b9230cb82a84de242c0a7d565f9e9ed961b6a8b | |
parent | 89eb1970e9b0fd6c80ab1816144c22516662dc76 [diff] [blame] |
Simplify some scripts ssl-opt.sh and compat.sh can now be run from root too
diff --git a/Makefile b/Makefile index 2f05e12..0c489f8 100644 --- a/Makefile +++ b/Makefile
@@ -70,8 +70,8 @@ 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