Re-enable remote MCJIT tests on ARMv7
[oota-llvm.git] / test / CMakeLists.txt
index edefcb79f87eaead3b23be8193d81cc9e3772e82..373b1eec7c25fc2fbdce98e0d21ecbfef2c4bfdb 100644 (file)
@@ -13,7 +13,9 @@ if(NOT LLVM_BUILD_TOOLS)
 endif()
 
 # Set the depends list as a variable so that it can grow conditionally.
+# NOTE: Sync the substitutions in test/lit.cfg when adding to this list.
 set(LLVM_TEST_DEPENDS
+          llvm-config
           UnitTests
           BugpointPasses
           LLVMHello