summaryrefslogtreecommitdiff
path: root/test/TEST-01-BASIC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-01-BASIC/Makefile')
-rw-r--r--test/TEST-01-BASIC/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/TEST-01-BASIC/Makefile b/test/TEST-01-BASIC/Makefile
index 34d7cc6cdf..45e9bfc67c 100644
--- a/test/TEST-01-BASIC/Makefile
+++ b/test/TEST-01-BASIC/Makefile
@@ -1,4 +1,9 @@
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-all setup clean run:
+all setup run:
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
+
+clean clean-again:
+ @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
+
+.PHONY: all setup run clean clean-again