summaryrefslogtreecommitdiffstats
path: root/test/TEST-13-NSPAWN-SMOKE/Makefile
blob: e5e3350211bdfe821ab61a17555dbcea0a4ffc7d (plain)
1
2
3
4
5
6
7
8
9
10
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