Skip to content

Commit

Permalink
Drop this commit later: DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
sanket1729 committed Jun 6, 2023
1 parent 067eeb1 commit 125dfc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -7401,6 +7401,11 @@ int main(int argc, char **argv) {
CHECK(secp256k1_context_randomize(ctx, secp256k1_testrand_bits(1) ? rand32 : NULL));
}

#ifdef ENABLE_MODULE_BPPP
run_bppp_tests();
return 0;
#endif

run_rand_bits();
run_rand_int();
run_util_tests();
Expand Down

0 comments on commit 125dfc1

Please sign in to comment.