mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
11 lines
313 B
Makefile
11 lines
313 B
Makefile
|
all:
|
||
|
@make -s --no-print-directory -C ../.. all
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --all
|
||
|
setup:
|
||
|
@make --no-print-directory -C ../.. all
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --setup
|
||
|
clean:
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --clean
|
||
|
run:
|
||
|
@basedir=../.. TEST_BASE_DIR=../ ./test.sh --run
|