mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03: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:
|
all setup clean run:
|
||||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
@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:
|
all setup run:
|
||||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
@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:
|
all setup clean run:
|
||||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
@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:
|
all setup clean run:
|
||||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
@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:
|
all setup clean run:
|
||||||
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
||||||
|
Loading…
Reference in New Issue
Block a user