]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/TEST-01-BASIC/Makefile
Merge pull request #16257 from keszybz/two-fuzzer-issues
[thirdparty/systemd.git] / test / TEST-01-BASIC / Makefile
1 BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
2
3 all setup run clean clean-again:
4 @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
5
6 .PHONY: all setup run clean clean-again