aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md17
1 files changed, 17 insertions, 0 deletions
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