From 807472bfd79e31f36bd5e57d8163d0f67c7be71b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Mon, 1 Oct 2018 09:16:02 +0200 Subject: [PATCH] README: document how to run tests --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5cc19294d2..72f553665b 100644 --- a/README.md +++ b/README.md @@ -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: