Skip to content

Commit a3d14b2

Browse files
committed
Minimal README how to build/run the tests.
Former-commit-id: 562be19
1 parent 4b75f91 commit a3d14b2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

libraries/CAN/extras/test/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
`CAN/test`
2+
==========
3+
This directory contains CAN library test code for compilation and execution on host.
4+
5+
#### How-to-build/run
6+
```bash
7+
mkdir build && cd build
8+
cmake ..
9+
make && bin/can-test
10+
```

0 commit comments

Comments
 (0)