diff options
Diffstat (limited to 'test/Transforms/PruneEH/Makefile')
-rw-r--r-- | test/Transforms/PruneEH/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/Transforms/PruneEH/Makefile b/test/Transforms/PruneEH/Makefile deleted file mode 100644 index e92df45e64..0000000000 --- a/test/Transforms/PruneEH/Makefile +++ /dev/null @@ -1,10 +0,0 @@ - -LEVEL = ../../../.. -include $(LEVEL)/test/Makefile.tests - -TESTS := $(wildcard *.llx) - -all:: $(addprefix Output/, $(TESTS:%.llx=%.llx.out)) - -Output/%.llx.out: %.llx Output/.dir $(LOPT) - -$(TESTRUNR) $< |