X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6;hb=0076d2057c627473ed69c227f7ead6283fdff44e;hp=1eb69abbc8907f6b8ea0d2261c9b244e78241b65;hpb=df5a7daff9c7664bff8b713e8ed5155319bc6041;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 1eb69abbc89..0401cd1c673 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 include $(LEVEL)/Makefile.common