diff options
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index 85b7811..748bd40 100755 --- a/runtests.sh +++ b/runtests.sh | |||
@@ -50,7 +50,7 @@ luarocks remove --local lua-cjson | |||
50 | make clean | 50 | make clean |
51 | 51 | ||
52 | echo "===== Testing Makefile build =====" | 52 | echo "===== Testing Makefile build =====" |
53 | make | 53 | make "$@" |
54 | cp -r lua/cjson cjson.so tests | 54 | cp -r lua/cjson cjson.so tests |
55 | do_tests | 55 | do_tests |
56 | make clean | 56 | make clean |