aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/Makefile b/tests/Makefile
deleted file mode 100644
index 697e5a1..0000000
--- a/tests/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
-
-all: $(T)
-
-$(T):
- @$@
-
-clean:
- $(RM) -rf trash
-
-.PHONY: $(T) clean