mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
3d710b0440
Fixes: #7648
8 lines
217 B
Makefile
8 lines
217 B
Makefile
BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
|
|
|
|
all setup run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|
|
clean:
|
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
|
|
@rm -f has-overflow
|