TBAA: remove !tbaa from testing cases when they are not needed.
[oota-llvm.git] / unittests / Makefile
index 53c02a81223e7f134fb85bb696036a9864d6b328..36b82da9e6028ea4b2081acb419768f9887481ff 100644 (file)
@@ -9,14 +9,8 @@
 
 LEVEL = ..
 
-include $(LEVEL)/Makefile.config
-
-LIBRARYNAME = UnitTestMain
-BUILD_ARCHIVE = 1
-CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include
-CPP.Flags += -Wno-variadic-macros
-
-PARALLEL_DIRS = ADT ExecutionEngine Support VMCore MC
+PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
+               Option Support Transforms
 
 include $(LEVEL)/Makefile.common