]> git.draconx.ca Git - cdecl99.git/commit
tests: Don't pull output routines into normalize testcase.
authorNick Bowler <nbowler@draconx.ca>
Fri, 7 Jul 2023 00:57:41 +0000 (20:57 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 7 Jul 2023 00:57:41 +0000 (20:57 -0400)
commit21434f681bfb00d9628c5253444c7f175746aed8
tree939ab54e07959695debceb2a2274a1cc0ccc8ee8
parentffc2c34e83af80b4e1cbcbbbbdb7693a338f43a6
tests: Don't pull output routines into normalize testcase.

This program isn't about testing the output routines, and it's simple
enough to just have the test program do its own printing, so linking
in the output routines to this testcase is just causing more trouble
than it's worth.
Makefile.am
t/normalize.c