diff options
author | Pjotr Prins | 2017-07-09 08:33:41 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-07-09 08:33:41 +0000 |
commit | 0792aee7269e4bf1c2903267e17a12dfebd14884 (patch) | |
tree | 661e64a7702e18fac2dfae2e2331c6eec90e167f /Makefile | |
parent | 35405450385ded8797a9a6388e6e2801381f2894 (diff) | |
download | pangemma-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-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |