rename RunTest() and PrintSize() so they are not duplicate with t_cose
diff --git a/cmd_line_main.c b/cmd_line_main.c
index 9c93703..f7c6010 100644
--- a/cmd_line_main.c
+++ b/cmd_line_main.c
@@ -33,8 +33,8 @@
// This call prints out sizes of data structures to remind us
// to keep them small.
- PrintSizes(&fputs_wrapper, stdout);
+ PrintSizesQCBOR(&fputs_wrapper, stdout);
// This runs all the tests
- return RunTests(argv+1, &fputs_wrapper, stdout, NULL);
+ return RunTestsQCBOR(argv+1, &fputs_wrapper, stdout, NULL);
}