From 04897f613d25c0cd568523f9801ffdcfc4cee79e Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Fri, 2 Oct 2015 14:02:18 +0300 Subject: [PATCH] README: Note on unit testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d2159855f8..d804371028 100644 --- a/README.md +++ b/README.md @@ -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).