libctf: add rewriting tests

Now there's a chance of it actually working, we can add more tests for
the long-broken dict read-and-rewrite cases.  This is the first ever
test for the (rarely-used, unpleasant, and until recently completely
broken) ctf_gzwrite function.

libctf/

	* testsuite/libctf-regression/gzrewrite*: New test.
	* testsuite/libctf-regression/zrewrite*: Likewise.
This commit is contained in:
Nick Alcock
2024-04-02 16:13:46 +01:00
parent a96a9ca953
commit 3b5e2d0e8d
5 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# source: gzrewrite-ctf.c
# lookup: zrewrite.c
All done.