X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=unittests%2FMakefile;h=27afccf02e36e4c18f9ce2f8c9bb2969c63ef500;hb=a47406c442a81aaf368b6e1a9b31d1730975a717;hp=1eb69abbc8907f6b8ea0d2261c9b244e78241b65;hpb=df5a7daff9c7664bff8b713e8ed5155319bc6041;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 1eb69abbc89..27afccf02e3 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,14 +9,7 @@ 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 ExecutionEngine Support VMCore MC +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode include $(LEVEL)/Makefile.common