X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=unittests%2FMakefile;h=27afccf02e36e4c18f9ce2f8c9bb2969c63ef500;hb=b21d9aebba7e45ddcbce61dd501000049cefb335;hp=d96df4f52d8b1c6156be4518310a1e312552797e;hpb=4113bd1dc6032f9559fa58c61d5cc7d9a8c079be;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index d96df4f52d8..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 +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode include $(LEVEL)/Makefile.common