mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: make sure "make" in the test directories works again
Fixes: #7648
This commit is contained in:
@@ -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 --$@
|
||||
|
||||
Reference in New Issue
Block a user