X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hp=61d60611be9ca9017a30197761d1b9b9a5840b7a;hb=358918e8dd375e41b4f51e7570a57e123b2951c6;hpb=cd61455798777446f35723fdb77f54a17e602009 diff --git a/unittests/Makefile b/unittests/Makefile index 61d60611be9..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ - DebugInfo +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