diff options
author | Jim Blandy <jimb@codesourcery.com> | 2006-01-25 21:15:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2006-01-25 21:15:42 +0000 |
commit | a9f158ec20ec6e6bc28e7b41c8c6e5f8853ba3f1 (patch) | |
tree | 5276ff88dc30f54d7b064ad19e98d860dccad984 /gdb/doc/gdbint.texinfo | |
parent | 410dd08eb5e3beabc06bf8e56c9624a472d8f8ca (diff) | |
download | gdb-a9f158ec20ec6e6bc28e7b41c8c6e5f8853ba3f1.zip gdb-a9f158ec20ec6e6bc28e7b41c8c6e5f8853ba3f1.tar.gz gdb-a9f158ec20ec6e6bc28e7b41c8c6e5f8853ba3f1.tar.bz2 |
2006-01-25 Jim Blandy <jimb@redhat.com>
* gdbint.texinfo (Testsuite): Explain how to run selected tests.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index a81cc9b..b86b083 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6474,6 +6474,13 @@ finished, you'll get a summary that looks like this: # of untested testcases 5 @end smallexample +To run a specific test script, type: +@example +make check RUNTESTFLAGS='@var{tests}' +@end example +where @var{tests} is a list of test script file names, separated by +spaces. + The ideal test run consists of expected passes only; however, reality conspires to keep us from this ideal. Unexpected failures indicate real problems, whether in @value{GDBN} or in the testsuite. Expected |