diff --git a/src/tests.c b/src/tests.c index 41a59aa7..9adf53ca 100644 --- a/src/tests.c +++ b/src/tests.c @@ -2346,5 +2346,7 @@ int main(int argc, char **argv) { /* shutdown */ secp256k1_context_destroy(ctx); + + printf("no problems found\n"); return 0; }