We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed81038 commit a99936bCopy full SHA for a99936b
mk/tests.mk
@@ -569,6 +569,11 @@ ifeq ($(CFG_OSTYPE),apple-darwin)
569
CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root"
570
endif
571
572
+ifeq ($(findstring android, $(CFG_TARGET)), android)
573
+CTEST_DISABLE_debuginfo-gdb =
574
+CTEST_DISABLE_debuginfo-lldb = "lldb tests are disabled on android"
575
+endif
576
+
577
# CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that
578
# test group to be disabled *unless* the target is able to build a
579
# compiler (i.e. when the target triple is in the set of of host
0 commit comments