summaryrefslogtreecommitdiffstats
path: root/test/TEST-01-BASIC/Makefile
blob: 79fe9688b816cf7658de39eea5783d17cef78442 (plain)
1
2
3
4
5
6
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)

all setup run clean clean-again:
	@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@

.PHONY: all setup run clean clean-again