[orc] Add a trivial unit test to get the ball rolling
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index 8ecb883ba9d7d2949af045e0b4ce1c640030b9da..1c7a125af280414c82c803854206270479eba9c1 100644 (file)
@@ -13,8 +13,10 @@ LINK_COMPONENTS :=interpreter
 
 include $(LEVEL)/Makefile.config
 
+PARALLEL_DIRS = Orc
+
 ifeq ($(TARGET_HAS_JIT),1)
-  PARALLEL_DIRS = MCJIT
+  PARALLEL_DIRS = $(PARALLEL_DIRS) MCJIT
 endif
 
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest