From d6098a5f318543b525878c6cf45ddfe8ec923d9d Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 16 Jul 2017 11:05:39 +0000 Subject: sunit2: added instructions --- INSTALL.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index de6558b..e4da6ff 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,3 +52,20 @@ path. E.g. on GNU Guix with shared libs this may work to run GEMMA tests make check + +## Run tests + +GEMMA uses the shunit2 test framework (version 2.0) and can be found +[here](https://github.com/genenetwork/shunit2) + +In the source tree: + + git clone https://github.com/genenetwork/shunit2 contrib/shunit2 + +and run + + make check + +or + + ./run_tests.sh -- cgit v1.2.3