From ad3a2f0a7d076a994b694b9c07fd19e5460b4ddd Mon Sep 17 00:00:00 2001 From: Etienne Brateau <etienne.brateau@ensiie.fr> Date: Mon, 18 Mar 2019 17:37:09 +0100 Subject: [PATCH] Fill the test section in the README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afb6c4f..5736986 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ And if you want `sudo dnf group install "Development Tools"`. ### On Linux systems - - Then just type : ``` @@ -43,7 +41,16 @@ $ make ## Tests -_Not yet implemented_ +All tests are in the test folder. +To build unittests, install [criterion](https://criterion.readthedocs.io/en/master/setup.html). + +Then just type : + +`` +$ make test +``` + +You can run the test by running the test/test program. ## Static analysis -- GitLab