]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-42-EXECSTOPPOST/Makefile
add test for ExecStopPost
[thirdparty/systemd.git] / test / TEST-42-EXECSTOPPOST / 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