README: document how to run tests

This commit is contained in:
Beat Küng
2018-10-01 09:16:02 +02:00
committed by Lorenz Meier
parent 30d5a79432
commit 807472bfd7
+9
View File
@@ -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: