diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-09-12 20:01:42 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-10-09 12:11:21 +0200 |
commit | dd75c133d81f07c56c82ee4e7a80f391ffebd9ce (patch) | |
tree | 80f32505c82150c01e1ab3804fa616d2f230318a /test/TEST-17-UDEV-WANTS | |
parent | test: make install_keymaps() optionally install more keymaps (diff) | |
download | systemd-dd75c133d81f07c56c82ee4e7a80f391ffebd9ce.tar.xz systemd-dd75c133d81f07c56c82ee4e7a80f391ffebd9ce.zip |
test: replace duplicated Makefile by symbolic link
Diffstat (limited to 'test/TEST-17-UDEV-WANTS')
l---------[-rw-r--r--] | test/TEST-17-UDEV-WANTS/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile index 34d7cc6cdf..e9f93b1104 100644..120000 --- a/test/TEST-17-UDEV-WANTS/Makefile +++ b/test/TEST-17-UDEV-WANTS/Makefile @@ -1,4 +1 @@ -BUILD_DIR=$(shell ../../tools/find-build-dir.sh) - -all setup clean run: - @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@ +../TEST-01-BASIC/Makefile
\ No newline at end of file |