summaryrefslogtreecommitdiffstats
path: root/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/instructions/cmake_run_ctest_enforce_exit_code.yaml')
-rw-r--r--coin/instructions/cmake_run_ctest_enforce_exit_code.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
index c2560be37e..4f067cca58 100644
--- a/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
+++ b/coin/instructions/cmake_run_ctest_enforce_exit_code.yaml
@@ -15,6 +15,13 @@ instructions:
condition: property
property: host.os
equals_value: Windows
+ - type: AppendToEnvironmentVariable
+ variableName: TESTRUNNER
+ variableValue: " {{.SourceDir}}/coin_qnx_qemu_runner.sh"
+ enable_if:
+ condition: property
+ property: target.osVersion
+ in_values: [QNX_710]
- type: EnvironmentVariable
variableName: TESTRUNNER
variableValue: "{{.InstallDir}}\\bin\\qt-testrunner.py --"