X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=189e8f0b8a884b2546816635f7b1c66c5d958ab9;hp=1ff5411102664a9b8ceff697976fa3b4128b9fbd;hpb=2e734269e3f354e52bd9e55d791e1885aa7d4cd8;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 1ff54111026..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 - -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: $(Verb) $(RM) -f *Tests