X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=603e7d58f8c704909bbf0c81513db1e496d20e4e;hb=7d0a297dbd14512912ef3487522ba48712f8c3a3;hp=b743838b868c6ca8268b8c72725d0c2679311235;hpb=d6f034b2d08efcb8f2d5b578fab1b254d9821c88;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index b743838b868..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 ExecutionEngine Support VMCore - -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: $(Verb) $(RM) -f *Tests