mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-23 16:43:49 +08:00
Big rejig of library tests
Includes full consistency between C/C++ library tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user