X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=00552e3875ee5f382db6c98286a241a7d0efe1b8;hp=d80cab262127430cf58c6b06ccbce8b2059a2acf;hpb=04946d54db28d963a330f4d390c433069ac36da8;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index d80cab26212..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT Analysis ArchiveFileDescriptor 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