aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md23
1 files changed, 22 insertions, 1 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f6eb0c0..e4da6ff 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -47,4 +47,25 @@ Install listed dependencies and run
if you get an Eigen error you may need to override the include
path. E.g. on GNU Guix with shared libs this may work
- make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 FORCE_DYNAMIC=1
+ make EIGEN_INCLUDE_PATH=~/.guix-profile/include/eigen3 FORCE_DYNAMIC=1 WITH_OPENBLAS=1
+
+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