Skip to content

Commit 1bffa52

Browse files
committed
Adding README explaining how to build/execute unit tests
1 parent 6bbd212 commit 1bffa52

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

cores/test/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Compilation/Execution of unit tests
2+
===================================
3+
Unit tests are automatically executed as a post-build step.
4+
```bash
5+
mkdir build && cd build
6+
cmake ..
7+
make
8+
```

0 commit comments

Comments
 (0)