mirror of
https://github.com/systemd/systemd.git
synced 2024-11-04 13:51:24 +03:00
ded65775a2
Ignore mkosi.builddir. In the future we can also add other patterns if necessary. run-intergration-tests.sh is updated to use the new script, and modified to work from arbitrary directory. Follow-up for #7494.
8 lines
216 B
Makefile
8 lines
216 B
Makefile
BUILD_DIR=$(exec ../../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
|