mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
12d31e4ea5
The $BUILD_DIR is only used in test-functions, and doesn't need to be specified in any other scripts. Additionally, to be able to allow the integration test suite to be run against locally installed binaries, instead of built binaries, moving BUILD_DIR logic completely into test-functions allows later patches to be simpler.
5 lines
109 B
Makefile
5 lines
109 B
Makefile
all setup run clean clean-again:
|
|
@TEST_BASE_DIR=../ ./test.sh --$@
|
|
|
|
.PHONY: all setup run clean clean-again
|