aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/README
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2014-12-09 15:50:03 -0500
committerJason Merrill <jason@redhat.com>2014-12-15 10:35:30 -0500
commit4992aa2019c1b0467e60c6064b8aa958913f37e5 (patch)
tree526a176f6587874a30f39ce731872288d0ac0075 /gdb/testsuite/README
parent5227d625257f3ae52d45d87f2e16954fb5af9349 (diff)
downloadgdb-4992aa2019c1b0467e60c6064b8aa958913f37e5.zip
gdb-4992aa2019c1b0467e60c6064b8aa958913f37e5.tar.gz
gdb-4992aa2019c1b0467e60c6064b8aa958913f37e5.tar.bz2
* Makefile.in (check-gdb.%): Restore.
* README: Mention it.
Diffstat (limited to 'gdb/testsuite/README')
-rw-r--r--gdb/testsuite/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/README b/gdb/testsuite/README
index 9a5059a..fa17781 100644
--- a/gdb/testsuite/README
+++ b/gdb/testsuite/README
@@ -160,7 +160,9 @@ list of tests to run.
If using GNU make then the contents are wildcard-expanded using
GNU make's $(wildcard) function. Test paths must be fully specified,
relative to the "testsuite" subdirectory. This allows one to run all
-tests in a subdirectory by passing "gdb.subdir/*.exp".
+tests in a subdirectory by passing "gdb.subdir/*.exp", or more simply
+by using the check-gdb.subdir target in the Makefile.
+
If for some strange reason one wanted to run all tests that begin with
the letter "d" that is also possible: TESTS="*/d*.exp".