New minimal makefile
authorChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 17:22:17 +0000 (17:22 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 23 Jan 2002 17:22:17 +0000 (17:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1561 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 67fdee0e13f70a98a55d8bc23feffab7ddd58fd7..2b7bf2c647dc77fa2a0e8f25f63ad189b305988d 100644 (file)
@@ -1,37 +1,3 @@
 LEVEL  = ..
-DIRS   = Programs
-
-TESTS := $(wildcard *.ll)
-
-LLCTESTS := $(shell /bin/ls *.ll | grep -v testswitch | grep -v opttest | grep -v xx | grep -v calltest | grep -v alloca | grep -v memory )
-
-
-test all :: testasmdis testopt testsparc
-       @echo "All tests successfully completed!"
-
-testasmdis  : $(TESTS:%.ll=%.ll.asmdis)
-       @echo "All assembler/disassembler test succeeded!"
-
-testopt     : $(TESTS:%.ll=%.ll.opt)
-
-testselect  : $(LLCTESTS:%.ll=%.mc)
-
-testsched   : $(LLCTESTS:%.ll=%.mc)
-
-testcodegen : $(LLCTESTS:%.ll=%.mc)
-
-testsparc   : $(LLCTESTS:%.ll=%.s)
-
-%.asmdis: %
-       @echo "Running assembler/disassembler test on $<"
-       @./TestAsmDisasm.sh $<
-
-%.opt: %
-       @echo "Running optimizier test on $<"
-       @./TestOptimizer.sh $<
-
-
-## Rules for compiling %.ll, %.bc, %.s files and
-## for building native SPARC executables.
-## 
-include Makefile.tests
+DIRS   = Feature Regression Programs
+include ../Makefile.common
\ No newline at end of file