mirror of
https://github.com/systemd/systemd.git
synced 2024-11-07 09:56:51 +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.
5 lines
142 B
Makefile
5 lines
142 B
Makefile
BUILD_DIR=$(exec ../../tools/find-build-dir.sh)
|
|
|
|
all setup clean run:
|
|
@basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
|