We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbf0167 commit 93bd605Copy full SHA for 93bd605
mk/tests.mk
@@ -584,13 +584,14 @@ ifeq ($(CFG_LLDB),)
584
CTEST_DISABLE_debuginfo-lldb = "no lldb found"
585
endif
586
587
-# Completely disable LLDB tests for now
588
-CTEST_DISABLE_debuginfo-lldb = "LLDB tests are not enabled yet"
589
-
590
ifeq ($(CFG_CLANG),)
591
CTEST_DISABLE_codegen = "no clang found"
592
593
+ifneq ($(CFG_OSTYPE),apple-darwin)
+CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
+endif
594
+
595
ifeq ($(CFG_OSTYPE),apple-darwin)
596
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
597
0 commit comments