From dd75c133d81f07c56c82ee4e7a80f391ffebd9ce Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 13 Sep 2018 03:01:42 +0900 Subject: test: replace duplicated Makefile by symbolic link --- test/TEST-17-UDEV-WANTS/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 120000 test/TEST-17-UDEV-WANTS/Makefile (limited to 'test/TEST-17-UDEV-WANTS') diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile deleted file mode 100644 index 34d7cc6cdf..0000000000 --- a/test/TEST-17-UDEV-WANTS/Makefile +++ /dev/null @@ -1,4 +0,0 @@ -BUILD_DIR=$(shell ../../tools/find-build-dir.sh) - -all setup clean run: - @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@ diff --git a/test/TEST-17-UDEV-WANTS/Makefile b/test/TEST-17-UDEV-WANTS/Makefile new file mode 120000 index 0000000000..e9f93b1104 --- /dev/null +++ b/test/TEST-17-UDEV-WANTS/Makefile @@ -0,0 +1 @@ +../TEST-01-BASIC/Makefile \ No newline at end of file -- cgit v1.2.3