Revert "Remove MCObjectDisassembler.cpp as it is untested and unused." as it is appar...
[oota-llvm.git] / unittests / Makefile
index 2a13b8d536de2f5bea62862c07fe96f553f5c6d9..603e7d58f8c704909bbf0c81513db1e496d20e4e 100644 (file)
@@ -9,16 +9,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 Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               LineEditor Linker MC Option Support Transforms
 
-PARALLEL_DIRS = ADT Support
-
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests