aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorPjotr Prins2017-07-09 08:33:41 +0000
committerPjotr Prins2017-07-09 08:33:41 +0000
commit0792aee7269e4bf1c2903267e17a12dfebd14884 (patch)
tree661e64a7702e18fac2dfae2e2331c6eec90e167f /INSTALL.md
parent35405450385ded8797a9a6388e6e2801381f2894 (diff)
downloadpangemma-0792aee7269e4bf1c2903267e17a12dfebd14884.tar.gz
Tests: added test for univariate and multivariate LMM
Also added 'make check' command in Makefile and documented in INSTALL.md
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index f6eb0c0..32d37f3 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -48,3 +48,7 @@ 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
+
+to run GEMMA tests
+
+ make check