X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=926459ac08f8366fadde3d9d06762558b1082a63;hb=b0fde6dc029a33945bfeea7082a03940f664943c;hp=2a13b8d536de2f5bea62862c07fe96f553f5c6d9;hpb=501adac7aa2951dca2dfbb50d37b2d307e7af915;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 2a13b8d536d..926459ac08f 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 Support +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode include $(LEVEL)/Makefile.common