aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2017-07-16 11:05:39 +0000
committerPjotr Prins2017-07-16 11:05:39 +0000
commitd6098a5f318543b525878c6cf45ddfe8ec923d9d (patch)
tree47e1610aebddc635552e6d29251a52424ad625c5 /INSTALL.md
parentc3bc17415916a38aae675805b7f26a4cb6aafeca (diff)
downloadpangemma-d6098a5f318543b525878c6cf45ddfe8ec923d9d.tar.gz
sunit2: added instructions
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