X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=fefef0748b961b05d44ed4c7398e079b2c7f8efa;hb=727a6ee2233709ba14460035bea84cec244bdd61;hp=1f317fa112f00d14d243d266855fcdce6ba7e727;hpb=575be08e8a52226f8468d8dc78a5bbea273148c5;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 1f317fa112f..fefef0748b9 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,11 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore +PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ + LineEditor Linker MC Option ProfileData Support Transforms -include $(LEVEL)/Makefile.common +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest clean:: - $(Verb) $(RM) -rf Analysis $(Verb) $(RM) -f *Tests