aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent5fafcd43b2d22b2227e62f7278584418c6449824 (diff)
Add "testsuite can call api" feature test API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69a80ef..a6aedc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2020-06-05 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
+ * NEWS: Document new "testsuite can call api" command.
+
+ * doc/dejagnu.texi (testsuite procedure): Document new subcommand
+ "testsuite can call api".
+
+ * lib/framework.exp (testsuite): Add branch for "testsuite can".
+ (testsuite_can): New procedure implementing "testsuite can".
+
+ Add internal array ::dejagnu::apilist to store information for
+ "testsuite can call api" for querying the availability of an API
+ call. This will allow test scripts to adapt and use new features
+ while still being able to run under older versions of DejaGnu.
+
+ * testsuite/runtest.libs/testsuite_can.test: New file.
+
2020-06-02 Jacob Bachmeyer <jcb62281+dev@gmail.com>
PR 41647