aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Bachmeyer <jcb@gnu.org>2022-10-01 19:46:37 -0500
committerJacob Bachmeyer <jcb@gnu.org>2022-10-01 19:46:37 -0500
commit1a141d00bcf9f1d3fbe7a3764a8a6bc375e48314 (patch)
treeeb8933b7dc8731db6265ea6af061e1c56789e886 /ChangeLog
parentbbc86915e45674be1f83bf341d76f37331496fc1 (diff)
Add lib/dg.exp unit tests for skipping files by target
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a1d5e3..287ae43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
Report test failure instead of raising errors.
* testsuite/runtest.libs/dg.test: Add more unit tests.
+ (eval_tests): Copy this procedure...
+ * testsuite/runtest.libs/target.test (eval_tests): ...from here.
2022-09-30 Jacob Bachmeyer <jcb@gnu.org>