mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
test: make sure "make" in the test directories works again
Fixes: #7648
This commit is contained in:
parent
5424824adf
commit
3d710b0440
@ -1,4 +1,4 @@
|
||||
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
||||
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
||||
|
||||
all setup clean run:
|
||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||
|
@ -1,4 +1,4 @@
|
||||
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
||||
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
||||
|
||||
all setup run:
|
||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||
|
@ -1,4 +1,4 @@
|
||||
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
||||
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
||||
|
||||
all setup clean run:
|
||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||
|
@ -1,4 +1,4 @@
|
||||
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
||||
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
||||
|
||||
all setup clean run:
|
||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||
|
@ -1,4 +1,4 @@
|
||||
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
||||
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
||||
|
||||
all setup clean run:
|
||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||
|
Loading…
Reference in New Issue
Block a user