Enable JIT/MCJIT unit tests for targets with JIT support.
[oota-llvm.git] / unittests / ExecutionEngine / Makefile
index c779a6a47c14ff13af9a8294b2e8b11bc47a7716..38e667ff98885f2264a23a53e9c35f96f6786353 100644 (file)
@@ -11,9 +11,10 @@ LEVEL = ../..
 TESTNAME = ExecutionEngine
 LINK_COMPONENTS :=interpreter
 
+include $(LEVEL)/Makefile.config
+
 ifeq ($(TARGET_HAS_JIT),1)
-       PARALLEL_DIRS = JIT MCJIT
+  PARALLEL_DIRS = JIT MCJIT
 endif
 
-include $(LEVEL)/Makefile.config
 include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest