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