Skip to content

Commit 93bd605

Browse files
debuginfo: Enable LLDB test suite on Darwin.
1 parent dbf0167 commit 93bd605

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mk/tests.mk

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -584,13 +584,14 @@ ifeq ($(CFG_LLDB),)
584584
CTEST_DISABLE_debuginfo-lldb = "no lldb found"
585585
endif
586586

587-
# Completely disable LLDB tests for now
588-
CTEST_DISABLE_debuginfo-lldb = "LLDB tests are not enabled yet"
589-
590587
ifeq ($(CFG_CLANG),)
591588
CTEST_DISABLE_codegen = "no clang found"
592589
endif
593590

591+
ifneq ($(CFG_OSTYPE),apple-darwin)
592+
CTEST_DISABLE_debuginfo-lldb = "lldb tests are only run on darwin"
593+
endif
594+
594595
ifeq ($(CFG_OSTYPE),apple-darwin)
595596
CTEST_DISABLE_debuginfo-gdb = "gdb on darwing needs root"
596597
endif

0 commit comments

Comments
 (0)