You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`/c/IAR_Systems/EW/ARM/[7-9]*`| Perform tests on "Embedded Workbench for Arm" from V7 to V9. |
25
23
|`/c/IAR_Systems/EW/ARM/9.30.1`| Perform tests only using "Embedded Workbench 9.30.1". |
26
24
27
-
> __Note__ Optionally export `IAR_LMS2_SERVER_IP` if client's 1st-time license setup is required. (Applies to `-GL` and `-NW`).
25
+
### IAR_LMS2_SERVER_IP (optional)
26
+
Export the `IAR_LMS2_SERVER_IP` environment pointing to the license server, if the client's 1st-time license setup is required. Applies to the `-GL` and `-NW` products. (Default: not set)
27
+
28
+
### CMAKE_MAKE_PROGRAM (optional)
29
+
Export the `CMAKE_MAKE_PROGRAM` to specify which generator to use. (Default: `Ninja`)
30
+
31
+
### MSYSTEM
32
+
This variable is automatically set by MSYS2, MINGW64 and MINGW32. CygWin users must set this environment variable manually.
28
33
29
-
- Execute `run-tests.sh`.
34
+
Example: `export MSYSTEM=CYGWIN`
35
+
36
+
## Procedure example using __MINGW64__
37
+
The example below will test every tool found in `C:\IAR_Systems\EW` using MINGW64:
0 commit comments