X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=603e7d58f8c704909bbf0c81513db1e496d20e4e;hb=93c1316b70273585b573e29ba482c1f9d2815d2c;hp=43592a1e5eaad9c4423a5731e65f5eb4925193f9;hpb=8fb520eb4f06d4ef771abe9c22d85b2a275988ee;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 43592a1e5ea..603e7d58f8c 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -8,13 +8,12 @@ ##===----------------------------------------------------------------------===## 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 Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ + LineEditor Linker MC Option Support Transforms -PARALLEL_DIRS = ADT +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest -include $(LEVEL)/Makefile.common +clean:: + $(Verb) $(RM) -f *Tests