]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-13-NSPAWN-SMOKE/Makefile
test-network: remove all routing policy rules in specified table
[thirdparty/systemd.git] / test / TEST-13-NSPAWN-SMOKE / Makefile
CommitLineData
3d710b04 1BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
26116187 2
209f4b9e 3all setup run:
26116187 4 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
40235c3c
LP
5
6clean clean-again:
c7934185
EV
7 @basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
8 @rm -f has-overflow
40235c3c
LP
9
10.PHONY: all setup run clean clean-again