X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=04d12e01ad77238df14e1b3d418b112082febf98;hpb=a11af531ec48ad84f790b9511f003ac5c934a999;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 04d12e01ad7..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,16 +9,12 @@ 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 AsmParser Bitcode CodeGen DebugInfo \ + ExecutionEngine IR LineEditor Linker MC Option ProfileData \ + 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