X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=d8bf1f8fffd3deebb777df05bcbf3851a4ac508f;hb=b3cabb44c32b5a3aba9b4d23aae9723d498ea7a9;hp=04d12e01ad77238df14e1b3d418b112082febf98;hpb=a11af531ec48ad84f790b9511f003ac5c934a999;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 04d12e01ad7..d8bf1f8fffd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,14 +9,8 @@ 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 VMCore MC +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo Object include $(LEVEL)/Makefile.common