]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: replace Makefile copy with a symlink for TEST-28-PERCENTJ-WANTEDBY 13102/head
authorMichael Biebl <biebl@debian.org>
Thu, 18 Jul 2019 10:48:50 +0000 (12:48 +0200)
committerMichael Biebl <biebl@debian.org>
Thu, 18 Jul 2019 10:49:41 +0000 (12:49 +0200)
TEST-28-PERCENTJ-WANTEDBY/Makefile is identical to
TEST-01-BASIC/Makefile so avoid duplication and use a symlink instead.

test/TEST-28-PERCENTJ-WANTEDBY/Makefile [changed from file to symlink]

deleted file mode 100644 (file)
index 45e9bfc67cd50f3290bb1e9475a59c819f4d4549..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,9 +0,0 @@
-BUILD_DIR=$(shell ../../tools/find-build-dir.sh)
-
-all setup run:
-       @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --$@
-
-clean clean-again:
-       @basedir=../.. TEST_BASE_DIR=../ BUILD_DIR=$(BUILD_DIR) ./test.sh --clean
-
-.PHONY: all setup run clean clean-again
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..e9f93b1104cd21161bfe11fb1b3b534ce2ae82b5
--- /dev/null
@@ -0,0 +1 @@
+../TEST-01-BASIC/Makefile
\ No newline at end of file