]> git.draconx.ca Git - cdecl99.git/commit
tests: Add sanity check for truncated output.
authorNick Bowler <nbowler@draconx.ca>
Wed, 25 Oct 2023 01:21:49 +0000 (21:21 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 26 Oct 2023 01:25:32 +0000 (21:25 -0400)
commit8185af6a8e8e587f267d901328f7c5d956c06de3
treed5787cc681c25aae6017138b0227ea1bf3a2d873
parentbc35d987289cb3815a2b59d99c05034cc13a8f40
tests: Add sanity check for truncated output.

Nothing really verifies that output truncation of the cdecl_declare
and cdecl_explain functions actually works as expected.

Add a new test program and a couple invocations to at least cover
the basic functionality.
Makefile.am
t/.gitignore
t/crossparse.c
t/rendertest.c [new file with mode: 0644]
t/testlib.c
tests/internal.at