From 0792aee7269e4bf1c2903267e17a12dfebd14884 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sun, 9 Jul 2017 08:33:41 +0000 Subject: Tests: added test for univariate and multivariate LMM Also added 'make check' command in Makefile and documented in INSTALL.md --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 108e607..d6c227e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,11 @@ *.tar.gz src/Eigen example/output +test/output +./output doc/manual.aux doc/manual.bbl doc/manual.blg doc/manual.log doc/manual.out -doc/manual.toc \ No newline at end of file +doc/manual.toc -- cgit v1.2.3