summaryrefslogtreecommitdiff
path: root/test/run_test.sh
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2016-01-18 11:40:44 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2016-01-18 11:40:44 +0100
commite031aa795657f4b55227a8547592b39eb4ad7585 (patch)
tree4f95d4838414bc05453f69d1a0d2fb44e2d8019a /test/run_test.sh
parente7baaea9d72d4b39d9f6ee4142d37ed2cbcd22fe (diff)
Small correction to run_test.sh such that make doesn't search for check.
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