[Orc] Move Orc code into a namespace (llvm::orc), update Kaleidoscope code.
[oota-llvm.git] / unittests / Makefile
index 77e0abebe21d286497c797211955f9f21b9e2d01..fefef0748b961b05d44ed4c7398e079b2c7f8efa 100644 (file)
@@ -9,9 +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) -f *Tests Analysis
+       $(Verb) $(RM) -f *Tests