README: Note on unit testing

This commit is contained in:
Pavel Kirienko 2015-10-02 14:02:18 +03:00
parent fbab130b2e
commit 04897f613d

View File

@ -78,6 +78,8 @@ make
```
Test outputs can be found in the build directory under `libuavcan`.
Note that unit tests must be executed in real time, otherwise they may produce false warnings;
this implies that they will likely fail if ran on a virtual machine or on a highly loaded system.
Contributors, please follow the [Zubax Style Guide](https://github.com/Zubax/zubax_style_guide).