X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=7203e500c0f3335e3ef1f72321689793ebd890f9;hp=06ba93243e38557f395035825aaf41fce5ea9550;hpb=999ffb6085a6e24261680b41d4f43ad4ba8fd250;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 06ba93243e3..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ - MC Object Option Support Transforms +PARALLEL_DIRS = ADT Analysis AsmParser 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) -f *Tests