]> git.draconx.ca Git - cdecl99.git/commit
tests: Remove test_print_decl etc. from the common library.
authorNick Bowler <nbowler@draconx.ca>
Thu, 28 Dec 2023 04:11:05 +0000 (23:11 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 28 Dec 2023 04:14:34 +0000 (23:14 -0500)
commit1260ac474046e883b8e499a72739c9289097933f
treeef0a5eb72292b39876b6d8a7bb4f0b46194aacd1
parent74321600d30da35329fdab76094ab990398d6587
tests: Remove test_print_decl etc. from the common library.

These functions are only used by one test application, and are now
causing some grief as they force the output routines from libcdecl
to be linked into every test application.

Just move this into the randomdecl application.
t/randomdecl.c
t/test.h
t/testlib.c