summaryrefslogtreecommitdiff
path: root/test/TEST-14-IMSM/Makefile
blob: bc0ddb615d875bd425239769c6e854f54e71c06b (plain)
1
2
3
4
5
6
7
8
9
10
all:
	@make -s --no-print-directory -C ../.. all
	@basedir=../.. testdir=../ ./test.sh --all
setup:
	@make --no-print-directory -C ../.. all
	@basedir=../.. testdir=../ ./test.sh --setup
clean:
	@basedir=../.. testdir=../ ./test.sh --clean
run:
	@basedir=../.. testdir=../ ./test.sh --run