Skip to content

Commit 3d710b0

Browse files
committed
test: make sure "make" in the test directories works again
Fixes: systemd#7648
1 parent 5424824 commit 3d710b0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test/TEST-01-BASIC/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
1+
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
22

33
all setup clean run:
44
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@

test/TEST-13-NSPAWN-SMOKE/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
1+
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
22

33
all setup run:
44
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@

test/TEST-17-UDEV-WANTS/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
1+
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
22

33
all setup clean run:
44
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
1+
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
22

33
all setup clean run:
44
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@

test/TEST-19-DELEGATE/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
1+
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
22

33
all setup clean run:
44
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@

0 commit comments

Comments
 (0)