1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-18 10:04:04 +03:00

7 lines
182 B
Makefile

BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
all setup run clean clean-again:
@TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
.PHONY: all setup run clean clean-again