X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=37f654065ce92aba7f29c0e47b3caec42e0be66e;hb=01f21349f26fc4765f90dc4b1b9e335bfc2550dc;hp=b743838b868c6ca8268b8c72725d0c2679311235;hpb=d6f034b2d08efcb8f2d5b578fab1b254d9821c88;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index b743838b868..37f654065ce 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 Object 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