Skip to content

Commit 25359d3

Browse files
author
Jenny Plunkett
authored
Add "UNIT TESTS" header to cmake example
1 parent a46d6ab commit 25359d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/tools/testing/unit_testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@ With the following steps, you can write a simple unit test. In this example, `rt
9090
1. Create a test configuration file `UNITTESTS/rtos/Semaphore/unittest.cmake` with the following content:
9191

9292
```
93+
94+
####################
95+
# UNIT TESTS
96+
####################
97+
9398
set(unittest-sources
9499
../rtos/Semaphore.cpp
95100
)

0 commit comments

Comments
 (0)