aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:30:49 -0600
committerJacob Bachmeyer <jcb@gnu.org>2022-11-28 21:30:49 -0600
commit1757c1eeff6cda9f77591349f190c86fdcdccb7e (patch)
treed8a5a3533608ef8c6084d7d6643bf4d50c870af5 /ChangeLog
parente940383f9d28c50559cbbf725035455b75c3ed6f (diff)
downloaddejagnu-1757c1eeff6cda9f77591349f190c86fdcdccb7e.zip
dejagnu-1757c1eeff6cda9f77591349f190c86fdcdccb7e.tar.gz
dejagnu-1757c1eeff6cda9f77591349f190c86fdcdccb7e.tar.bz2
Document the dejagnu.h functions for the UNSUPPORTED status
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6036924..a74fce5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,9 @@
(TestState::totals): Likewise for C++ API.
* lib/dejagnu.exp (host_execute): Add UNSUPPORTED test result.
* doc/dejagnu.texi (DejaGnu unit test protocol): Document same.
+ (C unit testing API): Document new function for same.
+ (C++ unit testing API): Document new function for same.
+
* testsuite/libdejagnu/unit-c.c: Add test for UNSUPPORTED.
* testsuite/libdejagnu/unit.exp: Likewise.