]> git.ipfire.org Git - thirdparty/dracut.git/blame - test/Makefile.testdir
ci: match comment with code
[thirdparty/dracut.git] / test / Makefile.testdir
CommitLineData
6fe0abbf
HH
1.PHONY: all setup clean run
2
3all:
2d7508dc 4 @V=$(V) testdir="$(realpath ../)" ./test.sh --all
6fe0abbf 5setup:
2d7508dc 6 @testdir="$(realpath ../)" ./test.sh --setup
6fe0abbf 7clean:
2d7508dc 8 @testdir="$(realpath ../)" ./test.sh --clean
6fe0abbf 9run:
2d7508dc 10 @testdir="$(realpath ../)" ./test.sh --run