aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPjotr Prins2017-07-09 08:33:41 +0000
committerPjotr Prins2017-07-09 08:33:41 +0000
commit0792aee7269e4bf1c2903267e17a12dfebd14884 (patch)
tree661e64a7702e18fac2dfae2e2331c6eec90e167f /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f25d88..a15c043 100644
--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,8 @@ $(OBJS) : $(HDR)
$(CPP) $(CPPFLAGS) $(HEADERS) -c $*.cpp -o $*.o
.SUFFIXES : .cpp .c .o $(SUFFIXES)
+check:
+ ./run_tests.sh
clean:
rm -rf ${SRC_DIR}/*.o ${SRC_DIR}/*~ *~ $(OUTPUT)