Skip to content

Commit 4e9ab77

Browse files
author
Amanda Butler
authored
Merge pull request #765 from yennster/patch-7
Add "UNIT TESTS" header to cmake example
2 parents ba98e5b + 25359d3 commit 4e9ab77

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)