]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-28-PERCENTJ-WANTEDBY/Makefile
network: make all failures in route configuration fatal
[thirdparty/systemd.git] / test / TEST-28-PERCENTJ-WANTEDBY / Makefile
CommitLineData
8eab7668
PW
1BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
2
3all setup run:
4 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
5
6clean clean-again:
7 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
8
9.PHONY: all setup run clean clean-again