diff options
Diffstat (limited to 'coin/instructions/coin_module_test_template_v2.yaml')
-rw-r--r-- | coin/instructions/coin_module_test_template_v2.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/coin/instructions/coin_module_test_template_v2.yaml b/coin/instructions/coin_module_test_template_v2.yaml index 786a59e03b..4691eff55a 100644 --- a/coin/instructions/coin_module_test_template_v2.yaml +++ b/coin/instructions/coin_module_test_template_v2.yaml @@ -2,11 +2,7 @@ type: Group instructions: - type: Group instructions: - # The build env is needed on MSVC so that tst_qmake can properly build apps / libraries. - - !include "{{qt/qtbase}}/prepare_building_env.yaml" - # The test env vars are needed to pick the proper prefix.bat file. - - !include "{{qt/qtbase}}/cmake_setup_running_tests_env_vars.yaml" - - !include "{{qt/qtbase}}/coin_module_test_qemu_env_vars.yaml" + - !include "{{qt/qtbase}}/coin_module_test_template_common.yaml" - type: Group instructions: - !include "{{qt/qtbase}}/cmake_regular_test_instructions.yaml" |