[ADT] Generalize pointee_iterator to smart pointers by using decltype.
[oota-llvm.git] / unittests / Makefile
index 0401cd1c673a2100da6ce9ef2048e0cd05f9d1c6..37f654065ce92aba7f29c0e47b3caec42e0be66e 100644 (file)
@@ -9,9 +9,11 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               LineEditor Linker MC Object Option Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests