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