summaryrefslogtreecommitdiff
path: root/test/run_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_test.sh')
-rwxr-xr-xtest/run_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_test.sh b/test/run_test.sh
index da293c0..51b99c4 100755
--- a/test/run_test.sh
+++ b/test/run_test.sh
@@ -12,7 +12,7 @@ then
echo "======================"
echo "All tests are now run."
echo "======================"
- make -C .. check
+ make check
else
for TST in "$@"
do