X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=ca5c277bdf14f18f69ef36ef43f350e95a20f69b;hp=9f377cd744c1f2fd3d2744f1906aa45b3c736814;hpb=e6cbfa6b09e3e9ddf18449d1b64793e24af27c6b;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 9f377cd744c..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,9 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore +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