Big rejig of library tests

Includes full consistency between C/C++ library tests
This commit is contained in:
Roger A. Light
2023-01-02 11:45:09 +00:00
parent 4199e7b2d3
commit 343a984083
163 changed files with 4518 additions and 3002 deletions
+3
View File
@@ -21,6 +21,9 @@ int main(int argc, char *argv[])
char **topics;
int topic_count;
(void)argc;
(void)argv;
if(mosqpp::sub_topic_tokenise("topic", &topics, &topic_count)){
printf("Out of memory.\n");
return 1;