mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 22:17:34 +08:00
README: document how to run tests
This commit is contained in:
@@ -31,6 +31,15 @@ A simple and efficient template based matrix library.
|
||||
* matrix/integrate.hpp : Provides integration routines.
|
||||
* integrate_rk4 (Runge-Kutta 4th order)
|
||||
|
||||
## Testing
|
||||
The tests can be executed as following:
|
||||
```
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DTESTING=ON ..
|
||||
make check
|
||||
```
|
||||
|
||||
## Example
|
||||
|
||||
See the test directory for detailed examples. Some simple examples are included below:
|
||||
|
||||
Reference in New Issue
Block a user