X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/a4355b10f7738d5b8438f03fa193a710b765d8e0..09d517aa84f99c3686803d156cde10fc0c02bdc2:/t/testlib.c diff --git a/t/testlib.c b/t/testlib.c index 8edb423..c6b1975 100644 --- a/t/testlib.c +++ b/t/testlib.c @@ -89,15 +89,6 @@ bool strict_strtoul(unsigned long *val, const char *str, int base) return true; } -void test_print_version(const char *program) -{ - printf("%s (%s) %s\n", program, PACKAGE_NAME, PACKAGE_VERSION); - puts("Copyright (C) 2023 Nick Bowler."); - puts("License GPLv3+: GNU GPL version 3 or later ."); - puts("This is free software: you are free to change and redistribute it."); - puts("There is NO WARRANTY, to the extent permitted by law."); -} - void test_print_options(const struct option *lopts) { const struct option *opt;