diff --git a/core/tasks/tools/compatibility.mk b/core/tasks/tools/compatibility.mk index bf9832bb51..86c23f83d5 100644 --- a/core/tasks/tools/compatibility.mk +++ b/core/tasks/tools/compatibility.mk @@ -28,6 +28,7 @@ special_mts_test_suites := special_mts_test_suites += mcts +special_mts_test_suites += $(mts_modules) ifneq ($(filter $(special_mts_test_suites),$(subst -, ,$(test_suite_name))),) test_suite_subdir := android-mts else