diff options
author | Jacob Bachmeyer <jcb@gnu.org> | 2022-11-28 20:53:29 -0600 |
---|---|---|
committer | Jacob Bachmeyer <jcb@gnu.org> | 2022-11-28 20:53:29 -0600 |
commit | add1e3e32ec43aed703fae19fccb997d09e37fdb (patch) | |
tree | d18126acbaca724abb1892fb62432ed1009d7d29 /doc | |
parent | 92bf23d77f288766eddff2b04323c320f202c8c5 (diff) | |
download | dejagnu-add1e3e32ec43aed703fae19fccb997d09e37fdb.zip dejagnu-add1e3e32ec43aed703fae19fccb997d09e37fdb.tar.gz dejagnu-add1e3e32ec43aed703fae19fccb997d09e37fdb.tar.bz2 |
Add UNSUPPORTED test result to DejaGnu unit test protocol
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dejagnu.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 62207b7..91048b7 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -2536,6 +2536,8 @@ This will cause @i{text} to be printed at verbose levels 2 and higher. @print{}@t{@ @ @ @ @ @ @ @ UNRESOLVED: }@i{name} +@print{}@t{@ @ @ @ @ @ @ @ UNSUPPORTED: }@i{name} + These indicate simple test results. @print{}@t{@ @ @ @ @ @ @ @ END: }@i{text} |