]> git.lizzy.rs Git - rust.git/commitdiff
debuginfo: Enable LLDB test suite on Darwin.
authorMichael Woerister <michaelwoerister@posteo>
Thu, 16 Oct 2014 08:09:16 +0000 (10:09 +0200)
committerMichael Woerister <michaelwoerister@posteo>
Wed, 22 Oct 2014 08:47:45 +0000 (10:47 +0200)
mk/tests.mk

index 3db9beb270eef4b41d0a54fc074d49b3ea84bba3..57f37b3450c3f893f40e097c1da990c13e31b914 100644 (file)
@@ -584,13 +584,14 @@ ifeq ($(CFG_LLDB),)
 CTEST_DISABLE_debuginfo-lldb = "no lldb found"
 endif
 
-# Completely disable LLDB tests for now
-CTEST_DISABLE_debuginfo-lldb = "LLDB tests are not enabled yet"
-
 ifeq ($(CFG_CLANG),)
 CTEST_DISABLE_codegen = "no clang found"
 endif
 
+ifneq ($(CFG_OSTYPE),apple-darwin)
+CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
+endif
+
 ifeq ($(CFG_OSTYPE),apple-darwin)
 CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
 endif