From e031aa795657f4b55227a8547592b39eb4ad7585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 18 Jan 2016 11:40:44 +0100 Subject: Small correction to run_test.sh such that make doesn't search for check. --- test/run_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_test.sh') 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 -- cgit v1.2.3