BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-all setup run:
+all setup run clean clean-again:
@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
+++ /dev/null
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup run:
- @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
-
-clean clean-again:
- @basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
- @rm -f has-overflow
-
-.PHONY: all setup run clean clean-again
--- /dev/null
+../TEST-01-BASIC/Makefile
\ No newline at end of file
test_setup
test_setup_cleanup
;;
- --clean)
+ --clean|--clean-again)
echo "TEST CLEANUP: $TEST_DESCRIPTION"
test_cleanup
;;