From 1d4f821520263c68dc4c429ac9c52750c41aae59 Mon Sep 17 00:00:00 2001 From: Assam Boudjelthia Date: Fri, 11 Mar 2022 14:53:09 +0200 Subject: Coin:Android: Enable tests for default packaging target - Part 5 This makes sure Android tests are run by default for packaging targets for various integrations including qt5 integrations and potential issues are caught up early on especially when doing sumobules updates and coin scripts updates. Also, this makes it easier to manage instead of having the tests enabled per module. Thus, this removes the Android test include from the individual modules because it will be retrieved directly from cmake_platforms_target_android_host_linux.yaml which is included by cmake_platforms.yaml. Pick-to: 6.2 6.3 6.4 Task-number: QTBUG-88846 Change-Id: I8bc1638df48ad27781160df943c0126ffe495a3e Reviewed-by: Toni Saario --- coin/platform_configs/qtwebchannel.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'coin/platform_configs/qtwebchannel.yaml') diff --git a/coin/platform_configs/qtwebchannel.yaml b/coin/platform_configs/qtwebchannel.yaml index 75115e63..c3233842 100644 --- a/coin/platform_configs/qtwebchannel.yaml +++ b/coin/platform_configs/qtwebchannel.yaml @@ -1,6 +1,3 @@ Version: 2 -Include: [ - cmake_platforms.yaml, - linux_android_tests.yaml -] +Include: [cmake_platforms.yaml] Configurations: [] -- cgit v1.2.3