test: make sure "make" in the test directories works again

Fixes: #7648
This commit is contained in:
Lennart Poettering 2017-12-15 19:47:16 +01:00
parent 5424824adf
commit 3d710b0440
5 changed files with 5 additions and 5 deletions

View File

@ -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 --$@

View File

@ -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 --$@

View File

@ -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 --$@

View File

@ -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 --$@

View File

@ -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 --$@