diff --git a/mk/tests.mk b/mk/tests.mk index 2fb33eb7db898bc9300e2e190f1a5de547b05619..e9f1baa8d4ef00db9326d22917e0f2082440be8d 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -569,6 +569,11 @@ ifeq ($(CFG_OSTYPE),apple-darwin) CTEST_DISABLE_debuginfo-gdb = "gdb on darwin needs root" endif +ifeq ($(findstring android, $(CFG_TARGET)), android) +CTEST_DISABLE_debuginfo-gdb = +CTEST_DISABLE_debuginfo-lldb = "lldb tests are disabled on android" +endif + # CTEST_DISABLE_NONSELFHOST_$(TEST_GROUP), if set, will cause that # test group to be disabled *unless* the target is able to build a # compiler (i.e. when the target triple is in the set of of host