X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=bf2ed22efea78e9958d68ac2f354878827674a53;hb=27c964e2ae0b573cf1e6551a3da255539db03d3c;hp=fc7e780df3f3aeb06abe7eb5cb9ad2165b50a059;hpb=5d5f2c37d57276c9320dd2677d355d47fa4bc5c4;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index fc7e780df3f..bf2ed22efea 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,10 +9,12 @@ LEVEL = .. -PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \ - Linker 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