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
This commit is contained in:
John Criswell
2003-09-15 20:21:38 +00:00
parent 7f8e3aff0e
commit 473741930e
47 changed files with 0 additions and 618 deletions

View File

@@ -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) $<