summaryrefslogtreecommitdiff
path: root/testsuite/Makefile
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-08-29 10:22:13 +0000
committersimonmar <unknown>2002-08-29 10:22:13 +0000
commitffc8c24745db2890f5360125cb8c0dc5fd010d81 (patch)
tree31d8adf9f7fb25608dc8b69b029a42e03cb8faae /testsuite/Makefile
parent0500df418f9b880f6c03f4584f2c5d8392bed011 (diff)
downloadhaskell-ffc8c24745db2890f5360125cb8c0dc5fd010d81.tar.gz
[project @ 2002-08-29 10:22:13 by simonmar]
Don't do anything, just emit a helpful message.
Diffstat (limited to 'testsuite/Makefile')
-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