X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=0f80814f98989362e7b19c1365350dc4ad8cd58c;hb=37446cb130fc232be62f4e057f16f9cc434e51ec;hp=06ba93243e38557f395035825aaf41fce5ea9550;hpb=49978e61250a7229ad1040b002a609858f158584;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 06ba93243e3..0f80814f989 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,11 @@ LEVEL = .. -PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ - MC Object Option Support Transforms +PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo \ + ExecutionEngine IR MC Object Option Support Transforms -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: $(Verb) $(RM) -f *Tests