mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 23:51:28 +03:00
10e72727ee
Picked up from https://github.com/systemd/systemd/pull/7474 , so coauthored by @robermorales.
10 lines
273 B
Makefile
10 lines
273 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
|
|
|
clean clean-again:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
|
|
|
|
.PHONY: all setup run clean clean-again
|