Implement categories for special case lists.
[oota-llvm.git] / unittests / Makefile
index 04d12e01ad77238df14e1b3d418b112082febf98..d8bf1f8fffd3deebb777df05bcbf3851a4ac508f 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 Support VMCore MC
+PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \
+               DebugInfo Object
 
 include $(LEVEL)/Makefile.common