TBAA: remove !tbaa from testing cases when they are not needed.
[oota-llvm.git] / unittests / Makefile
index 43592a1e5eaad9c4423a5731e65f5eb4925193f9..36b82da9e6028ea4b2081acb419768f9887481ff 100644 (file)
@@ -8,13 +8,11 @@
 ##===----------------------------------------------------------------------===##
 
 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
+PARALLEL_DIRS = ADT Analysis Bitcode DebugInfo ExecutionEngine IR Object \
+               Option Support Transforms
 
 include $(LEVEL)/Makefile.common
+
+clean::
+       $(Verb) $(RM) -f *Tests