Refactor RelocVisitor to take an object. This removes some
[oota-llvm.git] / unittests / Makefile
index 27afccf02e36e4c18f9ce2f8c9bb2969c63ef500..603e7d58f8c704909bbf0c81513db1e496d20e4e 100644 (file)
@@ -9,9 +9,11 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore Analysis Bitcode
+PARALLEL_DIRS = ADT Analysis Bitcode CodeGen DebugInfo ExecutionEngine IR \
+               LineEditor Linker MC Option Support Transforms
 
-include $(LEVEL)/Makefile.common
+include $(LEVEL)/Makefile.config
+include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 
 clean::
        $(Verb) $(RM) -f *Tests