make/RunTests.gmk
changeset 44511 f3c27401a860
parent 44027 3a3050924db2
child 45104 b8a6cd8674d1
--- a/make/RunTests.gmk	Thu Mar 30 17:23:14 2017 +0000
+++ b/make/RunTests.gmk	Tue Apr 04 10:19:11 2017 +0200
@@ -160,6 +160,7 @@
 ifeq ($(TEST), )
   $(info No test selection given in TEST!)
   $(info Please use e.g. 'run-test TEST=tier1' or 'run-test-tier1')
+  $(info See common/doc/testing.[md|html] for help)
   $(error Cannot continue)
 endif
 
@@ -182,6 +183,7 @@
 
 ifneq ($(UNKNOWN_TEST), )
   $(info Unknown test selection: '$(UNKNOWN_TEST)')
+  $(info See common/doc/testing.[md|html] for help)
   $(error Cannot continue)
 endif