From aec95bcbbae9e0bfa094cdb5a8170811161ee5be Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 17 Apr 2014 21:28:00 -0700 Subject: [PATCH] Add instructions on how to run the unit tests. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e2683ce4..8873e1da 100644 --- a/README.rst +++ b/README.rst @@ -310,7 +310,11 @@ Then go to the format directory and generate Makefiles with $ cd format $ cmake . -Next use the following commands to run the speed test:: +Next use the following commands to run the unit tests:: + + $ make test + +the speed test:: $ make speed_test