X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=unittests%2FMakefile;h=d8bf1f8fffd3deebb777df05bcbf3851a4ac508f;hb=318b7cc7f10d41370929ff93274de29c11f87b81;hp=6f4dae1055c52c2acb28f77d2f6713bf7f34c6d1;hpb=f845c74c6243a10ee5df2af003dcf81bbd0b51a0;p=oota-llvm.git diff --git a/unittests/Makefile b/unittests/Makefile index 6f4dae1055c..d8bf1f8fffd 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support VMCore +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo Object include $(LEVEL)/Makefile.common