Move generic isPrint and columnWidth implementations to a separate header/source...
[oota-llvm.git] / unittests / Makefile
index 9f377cd744c1f2fd3d2744f1906aa45b3c736814..4ba11793651d5d4128042afdc007932012c78daa 100644 (file)
@@ -9,7 +9,8 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               Object Option Support Transforms
 
 include $(LEVEL)/Makefile.common