X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=37f654065ce92aba7f29c0e47b3caec42e0be66e;hb=01f21349f26fc4765f90dc4b1b9e335bfc2550dc;hp=0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6;hpb=c6743207e20904008d2de016adfa6b0a9355c0e7;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 0401cd1c673..37f654065ce 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,9 +9,11 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis +PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ + LineEditor Linker 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