aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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