X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=603e7d58f8c704909bbf0c81513db1e496d20e4e;hb=7d0a297dbd14512912ef3487522ba48712f8c3a3;hp=6f4dae1055c52c2acb28f77d2f6713bf7f34c6d1;hpb=f845c74c6243a10ee5df2af003dcf81bbd0b51a0;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 6f4dae1055c..603e7d58f8c 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,9 +9,11 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support VMCore +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