summaryrefslogtreecommitdiff
path: root/exporters/darcs/t/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'exporters/darcs/t/Makefile')
-rw-r--r--exporters/darcs/t/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/exporters/darcs/t/Makefile b/exporters/darcs/t/Makefile
deleted file mode 100644
index de8a7ab..0000000
--- a/exporters/darcs/t/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-T = $(wildcard test*.sh)
-
-all: $(T)
- @echo "passed $$(echo $(T)|wc -w) tests."
-
-$(T):
- @echo "*** $@ ***"; sh $@
-
-.PHONY: $(T)