summaryrefslogtreecommitdiff
path: root/test/TEST-12-RAID-DEG/Makefile
blob: aad27059472a34837e6b7b798ca092bb029b6df2 (plain)
1
2
3
4
5
6
7
8
9
10
all:
	@$(MAKE) -s --no-print-directory -C ../.. all
	@V=$(V) 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