diff options
author | Pjotr Prins | 2017-10-06 07:53:29 +0000 |
---|---|---|
committer | Pjotr Prins | 2017-10-06 07:53:29 +0000 |
commit | 45aed16d2a5a39bb02beec8fde16d86185cd413f (patch) | |
tree | fd322b760f4239f544ef5ea55b3599d95db58044 | |
parent | 4d5cb9ae3847192c98ff585b9ad48f6103b2417b (diff) | |
download | pangemma-45aed16d2a5a39bb02beec8fde16d86185cd413f.tar.gz |
Makefile: Some notes on test commands
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -26,6 +26,14 @@ # # make check # +# Run quick (development) tests with +# +# make fast-check +# +# Run full (lengthy) tests with +# +# make check-all +# # See also the INSTALL.md document in the source tree at # # https://github.com/genetics-statistics/GEMMA/blob/master/INSTALL.md |