aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb62281+dev@gmail.com>2020-05-21 16:51:48 -0600
committerRob Savoye <rob@senecass.com>2020-05-21 16:51:48 -0600
commit6241369be1e5a00382d13b939475c8c3f6620cc9 (patch)
tree89d4b450cfdd6fe1f43b42538295c62f116ad7d1 /ChangeLog
parent94cb6b788790fd0f60b5f283b6e9b1f7e5089636 (diff)
Collect loading DejaGnu libraries into a single loop, Revise the mock board_info array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 257066f..6d9bf1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+ * testsuite/runtest.libs/target.test: Use mockutil.tcl.
+ Collect loading DejaGnu libraries into a single loop.
+ Revise the mock board_info array.
+ Add section headings for different test groups in this file.
+ Add tests for default_target_compile in lib/target.exp.
+ * testsuite/runtest.libs/mockutil.tcl: New file.
+
+2020-05-20 Jacob Bachmeyer <jcb62281+dev@gmail.com>
+
* doc/dejagnu.texi (remote_exec procedure): Explicitly list
optional arguments instead of simply copying the Tcl argument list
or the remote_exec procedure.