Skip to content

Commit 99e294b

Browse files
committed
Drop this commit later: DO NOT MERGE
1 parent 63cbca3 commit 99e294b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7291,6 +7291,11 @@ int main(int argc, char **argv) {
72917291
CHECK(secp256k1_context_randomize(ctx, secp256k1_testrand_bits(1) ? rand32 : NULL));
72927292
}
72937293

7294+
#ifdef ENABLE_MODULE_BPPP
7295+
run_bppp_tests();
7296+
return 0;
7297+
#endif
7298+
72947299
run_rand_bits();
72957300
run_rand_int();
72967301
run_util_tests();

0 commit comments

Comments
 (0)