mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
3d710b0440
Fixes: #7648
5 lines
143 B
Makefile
5 lines
143 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup clean run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|