Skip to content

Commit

Permalink
Merge pull request bitcoin#295
Browse files Browse the repository at this point in the history
c996d53 Print success (Pieter Wuille)
  • Loading branch information
sipa committed Sep 19, 2015
2 parents 85e3a2c + c996d53 commit a551669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests.c
Expand Up @@ -2346,5 +2346,7 @@ int main(int argc, char **argv) {

/* shutdown */
secp256k1_context_destroy(ctx);

printf("no problems found\n");
return 0;
}

0 comments on commit a551669

Please sign in to comment.