summaryrefslogtreecommitdiffstats
path: root/coin/instructions/coin_module_test_template_common.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/coin_module_test_template_common.yaml')
-rw-r--r--coin/instructions/coin_module_test_template_common.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/instructions/coin_module_test_template_common.yaml b/coin/instructions/coin_module_test_template_common.yaml
new file mode 100644
index 0000000000..716a4bb1e7
--- /dev/null
+++ b/coin/instructions/coin_module_test_template_common.yaml
@@ -0,0 +1,7 @@
+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"