Skip to content

Commit

Permalink
feat(gt-multiexp): enable parallel tests in nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Jul 18, 2024
1 parent f0cc8ec commit fa4fb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,8 @@ const testDescMultithreadedCrypto: seq[string] = @[
"tests/parallel/t_ec_shortw_prj_g1_batch_add_parallel.nim",
"tests/parallel/t_ec_shortw_jac_g1_msm_parallel.nim",
"tests/parallel/t_ec_shortw_prj_g1_msm_parallel.nim",
"tests/parallel/t_ec_twedwards_prj_msm_parallel.nim",
"tests/parallel/t_pairing_bls12_381_gt_multiexp_parallel.nim",
]

const benchDesc = [
Expand Down
2 changes: 1 addition & 1 deletion tests/parallel/t_ec_template_parallel.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import
# Test utilities
helpers/prng_unsafe

export unittest, abstractions, arithmetic # Generic sandwich
export unittest, abstractions, arithmetic, ec_twistededwards_affine # Generic sandwich

type
RandomGen* = enum
Expand Down

0 comments on commit fa4fb00

Please sign in to comment.