aboutsummaryrefslogtreecommitdiff
path: root/runtests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runtests.sh')
-rwxr-xr-xruntests.sh2
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
50make clean 50make clean
51 51
52echo "===== Testing Makefile build =====" 52echo "===== Testing Makefile build ====="
53make 53make "$@"
54cp -r lua/cjson cjson.so tests 54cp -r lua/cjson cjson.so tests
55do_tests 55do_tests
56make clean 56make clean