Skip to content

Commit 125dfc1

Browse files
committed
Drop this commit later: DO NOT MERGE
1 parent 067eeb1 commit 125dfc1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/tests.c

+5
Original file line numberDiff line numberDiff line change
@@ -7401,6 +7401,11 @@ int main(int argc, char **argv) {
74017401
CHECK(secp256k1_context_randomize(ctx, secp256k1_testrand_bits(1) ? rand32 : NULL));
74027402
}
74037403

7404+
#ifdef ENABLE_MODULE_BPPP
7405+
run_bppp_tests();
7406+
return 0;
7407+
#endif
7408+
74047409
run_rand_bits();
74057410
run_rand_int();
74067411
run_util_tests();

0 commit comments

Comments
 (0)