diff options
author | Pjotr Prins | 2017-07-16 11:05:39 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-16 11:05:39 +0000 |
commit | d6098a5f318543b525878c6cf45ddfe8ec923d9d (patch) | |
tree | 47e1610aebddc635552e6d29251a52424ad625c5 /INSTALL.md | |
parent | c3bc17415916a38aae675805b7f26a4cb6aafeca (diff) | |
download | pangemma-d6098a5f318543b525878c6cf45ddfe8ec923d9d.tar.gz |
sunit2: added instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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 |