mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 18:27:04 +03:00
12 lines
360 B
Makefile
12 lines
360 B
Makefile
|
all: has-overflow
|
||
|
@make -s --no-print-directory -C ../.. all
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
|
||
|
setup: has-overflow
|
||
|
@make --no-print-directory -C ../.. all
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
|
||
|
clean:
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
|
||
|
@rm -f has-overflow
|
||
|
run:
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|