summaryrefslogtreecommitdiff
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-07-27 09:22:45 +0300
committerArnold D. Robbins <arnold@skeeve.com>2022-07-27 09:22:45 +0300
commite8ac20ec1aed696c1d11731613bce88d4de25211 (patch)
tree36c5f0e8368d73d44401ee2b464eddd2ef0bfcc3 /test/ChangeLog
parent2ff2003910410a0a4d78a03c68bfd32b935bf4c0 (diff)
downloadgawk-e8ac20ec1aed696c1d11731613bce88d4de25211.tar.gz
Add test and infrastructure for PMA.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 0c583671..648df5e9 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,13 @@
+2022-07-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (EXTRA_DIST): Add makepmafile.c and pma.ok.
+ (NEED_PMA): New macro.
+ (pma-msg-start, pma-tests, pma-msg-end, pma): New targets.
+ These add a test for the PMA allocator. Thanks to Pat Rankin for
+ the suggestion.
+ (clean-local): Remove the makepmafile executable.
+ * makepmafile, pma.ok: New files.
+
2022-07-22 Arnold D. Robbins <arnold@skeeve.com>
* Makefile.am: Take indirectbuiltin2 out of the extension tests also.