X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fimport-export.c;h=8bc41c1b3c06fad7ac11b7fba4956f41abfe5dac;hp=133cbcbe98e30084afbac38f12ab833473a97185;hb=fe5563f92021618b4a8b41e412c73d8364fcaf6e;hpb=6c897377f68fc23ca9a8b23a6ca204517998b2e9 diff --git a/test/import-export.c b/test/import-export.c index 133cbcbe..8bc41c1b 100644 --- a/test/import-export.c +++ b/test/import-export.c @@ -43,8 +43,8 @@ int main() { // Import and export both side's data - meshlink_add_address(mesh1, "localhost"); - meshlink_add_address(mesh2, "localhost"); + assert(meshlink_add_address(mesh1, "localhost")); + assert(meshlink_add_address(mesh2, "localhost")); char *data = meshlink_export(mesh1); assert(data);