X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=603e7d58f8c704909bbf0c81513db1e496d20e4e;hb=b930de10cd7d1838f4020db9d8f801b54441ce24;hp=04d12e01ad77238df14e1b3d418b112082febf98;hpb=a11af531ec48ad84f790b9511f003ac5c934a999;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 04d12e01ad7..603e7d58f8c 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -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 VMCore MC - -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: $(Verb) $(RM) -f *Tests