[sanitizer] when dumping the basic block trace, also dump the module names. Patch...
[oota-llvm.git] / unittests / Makefile
index 1f317fa112f00d14d243d266855fcdce6ba7e727..fefef0748b961b05d44ed4c7398e079b2c7f8efa 100644 (file)
@@ -9,10 +9,11 @@
 
 LEVEL = ..
 
-PARALLEL_DIRS = ADT ExecutionEngine Support Transforms VMCore
+PARALLEL_DIRS = ADT Analysis 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) -rf Analysis
        $(Verb) $(RM) -f *Tests