Skip to content

Commit 62a823d

Browse files
author
Felipe Torrezan
authored
Update README.md
- ##run: Added tip for driving tests from EWARM.
1 parent c036625 commit 62a823d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ add_test(NAME tutorialTest
118118
--cpu=cortex-m4
119119
--semihosting)
120120
```
121+
>[!TIP]
122+
>- Read this [article](https://github.com/iarsystems/cmake-tutorial/wiki/CTest-with-IAR-Embedded-Workbench-for-Arm) for the specifics when driving tests from IAR Embedded Workbench for Arm.
121123
122124
- Now use the [`PASS_REGULAR_EXPRESSION`](https://cmake.org/cmake/help/latest/prop_test/PASS_REGULAR_EXPRESSION.html#prop_test:PASS_REGULAR_EXPRESSION) test property to validate if the program emits the expected string to the standard output (`stdout`). In this case, verifying that `printf()` prints the expected message.
123125
```cmake

0 commit comments

Comments
 (0)