aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2017-10-06 07:53:29 +0000
committerPjotr Prins2017-10-06 07:53:29 +0000
commit45aed16d2a5a39bb02beec8fde16d86185cd413f (patch)
treefd322b760f4239f544ef5ea55b3599d95db58044
parent4d5cb9ae3847192c98ff585b9ad48f6103b2417b (diff)
downloadpangemma-45aed16d2a5a39bb02beec8fde16d86185cd413f.tar.gz
Makefile: Some notes on test commands
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dafcb38..b3759f0 100644
--- a/Makefile
+++ b/Makefile
@@ -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