Changes to privatize NodeType
[oota-llvm.git] / test / Makefile
index 63c47a0124e683f2023bbb753502178b43bc9a4c..415a05a8179c7ef896c3dd44a544538beec77401 100644 (file)
@@ -1,37 +1,5 @@
 LEVEL  = ..
-DIRS   = Programs
+DIRS   = Feature Regression Programs
+include ../Makefile.common
+include Makefile.tests
 
-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 testcodegen
-       @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.target