From 473741930e13c4834fc6a243d6e60a9bf302c343 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 15 Sep 2003 20:21:38 +0000 Subject: Removing Makefiles. Regression tests are now run by QMTest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8548 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/Dominators/Makefile | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/Analysis/Dominators/Makefile (limited to 'test/Analysis/Dominators') diff --git a/test/Analysis/Dominators/Makefile b/test/Analysis/Dominators/Makefile deleted file mode 100644 index 91acd4d481..0000000000 --- a/test/Analysis/Dominators/Makefile +++ /dev/null @@ -1,10 +0,0 @@ - -LEVEL = ../../../.. -include $(LEVEL)/test/Makefile.tests - -TESTS := $(wildcard *.ll) - -all:: $(addprefix Output/, $(TESTS:%.ll=%.ll.out)) - -Output/%.ll.out: %.ll Output/.dir $(LOPT) - -$(TESTRUNR) $< -- cgit v1.2.3