summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--testsuite/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuite/Makefile b/testsuite/Makefile
index 07a071f72d..795e6bcf11 100644
--- a/testsuite/Makefile
+++ b/testsuite/Makefile
@@ -1,6 +1,9 @@
TOP = .
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = driver utils
+all boot ::
+ @echo "To run the tests, go into tests/ghc-regress and say \`make'."
+ @echo "More information about configuring and running the testsuite"
+ @echo "can be found in the file \`README' in this directory."
include $(TOP)/mk/target.mk