aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-05 16:05:45 -0500
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-05 16:05:45 -0500
commit5096a3c6208a392ea601466bb874a59fd51d95d2 (patch)
tree44844206770aa93bfba9a49f210a3c4765955b88 /NEWS
parent5fafcd43b2d22b2227e62f7278584418c6449824 (diff)
Add "testsuite can call api" feature test API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 209e9c4..6111903 100644
--- a/NEWS
+++ b/NEWS
@@ -15,17 +15,19 @@ Changes since 1.6.2:
retrieving or providing information about the current testsuite.
6. A command "testsuite file" is added to replace the use of the
"*dir" variables in test scripts.
-7. A shell command "dejagnu" is added as a place to hang various
+7. A command "testsuite can call api" is added to report the availability
+ of multiplexed API calls.
+8. A shell command "dejagnu" is added as a place to hang various
auxiliary commands not directly involved with running tests. The
"runtest" command will remain for that purpose for the foreseeable
future.
-8. The first auxiliary command is added: "report card". The "dejagnu
+9. The first auxiliary command is added: "report card". The "dejagnu
report card" command reads DejaGnu summary files and produces a
compact tabular summary across multiple tools.
-9. A Tcl namespace is now used for some internal procedures and variables.
- The Tcl namespace ::dejagnu and all child namespaces are entirely
- internal and should not be mentioned in testsuite code. Its contents
- are subject to change without notice, even on point releases.
+10. A Tcl namespace is now used for some internal procedures and variables.
+ The Tcl namespace ::dejagnu and all child namespaces are entirely
+ internal and should not be mentioned in testsuite code. Its contents
+ are subject to change without notice, even on point releases.
Changes since 1.6.1: