We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbd212 commit 1bffa52Copy full SHA for 1bffa52
cores/test/README.md
@@ -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