mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
2006-01-25 Jim Blandy <jimb@redhat.com>
* gdbint.texinfo (Testsuite): Explain how to run selected tests.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2006-01-25 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Testsuite): Explain how to run selected tests.
|
||||||
|
|
||||||
2006-01-24 Jim Blandy <jimb@redhat.com>
|
2006-01-24 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* gdbint.texinfo (Frames): Document the basics of GDB's register
|
* gdbint.texinfo (Frames): Document the basics of GDB's register
|
||||||
|
@ -6474,6 +6474,13 @@ finished, you'll get a summary that looks like this:
|
|||||||
# of untested testcases 5
|
# of untested testcases 5
|
||||||
@end smallexample
|
@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
|
The ideal test run consists of expected passes only; however, reality
|
||||||
conspires to keep us from this ideal. Unexpected failures indicate
|
conspires to keep us from this ideal. Unexpected failures indicate
|
||||||
real problems, whether in @value{GDBN} or in the testsuite. Expected
|
real problems, whether in @value{GDBN} or in the testsuite. Expected
|
||||||
|
Reference in New Issue
Block a user