diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/run_test.sh | 2 |
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 |