]> git.ipfire.org Git - thirdparty/dracut.git/blob - test/Makefile.testdir
fix(zfcp_rules): correct shellcheck regression when parsing ccw args
[thirdparty/dracut.git] / test / Makefile.testdir
1 .PHONY: all setup clean run
2
3 all:
4 @$(MAKE) -s --no-print-directory -C ../.. all
5 @V=$(V) basedir=../.. testdir=../ ./test.sh --all
6 setup:
7 @$(MAKE) --no-print-directory -C ../.. all
8 @basedir=../.. testdir=../ ./test.sh --setup
9 clean:
10 @basedir=../.. testdir=../ ./test.sh --clean
11 run:
12 @basedir=../.. testdir=../ ./test.sh --run