X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=603e7d58f8c704909bbf0c81513db1e496d20e4e;hb=12af22e8cc217827cf4f118b0f5e4ebbda9925ae;hp=61d60611be9ca9017a30197761d1b9b9a5840b7a;hpb=cd61455798777446f35723fdb77f54a17e602009;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 61d60611be9..603e7d58f8c 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,11 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ - DebugInfo +PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ + LineEditor Linker MC Option Support Transforms -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: $(Verb) $(RM) -f *Tests