]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-01-BASIC/Makefile
Merge pull request #11273 from pseyfert/zsh-debugger-completion
[thirdparty/systemd.git] / test / TEST-01-BASIC / Makefile
1 BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
2
3 all setup run:
4 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
5
6 clean clean-again:
7 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
8
9 .PHONY: all setup run clean clean-again