diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-09 07:35:02 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2022-02-09 07:35:02 +0200 |
commit | 0b94b68387b85310b7104bb669d7b698e92888d2 (patch) | |
tree | fa8ac12d69a31fad1c6fa1c689412e8286069ce7 /test/ChangeLog | |
parent | 128a6b43506a530a44777c1156ba1940c4d8fba0 (diff) | |
download | egawk-0b94b68387b85310b7104bb669d7b698e92888d2.tar.gz egawk-0b94b68387b85310b7104bb669d7b698e92888d2.tar.bz2 egawk-0b94b68387b85310b7104bb669d7b698e92888d2.zip |
Add tests for indirect calls of builtins.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 7db73f3c..c45b2f43 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2022-02-09 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (EXTRA_DIST): indirectbuiltin2, new test. + * indirectbuiltin2.awk, indirectbuiltin2.ok: New files. + 2022-01-05 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (EXTRA_DIST): nsidentifier, new test. |