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