X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=13c5e09c6e28b1b60ab718a90add0f61a200cf10;hp=926459ac08f8366fadde3d9d06762558b1082a63;hpb=c779e96158cbac4c62df8e2053ab6a933eba5868;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 926459ac08f..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,9 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode +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