rename RunTest() and PrintSize() so they are not duplicate with t_cose
diff --git a/test/run_tests.c b/test/run_tests.c
index 192e319..5b72398 100644
--- a/test/run_tests.c
+++ b/test/run_tests.c
@@ -157,7 +157,7 @@
/*
Public function. See run_test.h.
*/
-int RunTests(const char *szTestNames[],
+int RunTestsQCBOR(const char *szTestNames[],
OutputStringCB pfOutput,
void *poutCtx,
int *pNumTestsRun)
@@ -296,7 +296,7 @@
/*
Public function. See run_test.h.
*/
-void PrintSizes(OutputStringCB pfOutput, void *pOutCtx)
+void PrintSizesQCBOR(OutputStringCB pfOutput, void *pOutCtx)
{
// These will never be large so cast is safe
PrintSize("sizeof(QCBORTrackNesting)", (uint32_t)sizeof(QCBORTrackNesting), pfOutput, pOutCtx);