Skip to content

Commit

Permalink
fix: add zencode/table.bats to meson tests and benches
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino committed Dec 12, 2023
1 parent 7ad04a0 commit c2e4edd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ tests = [
'generic_ecdh', 'generic_eddsa', 'generic_schnorr', 'generic_p256',
'given', 'hash', 'http', 'keys', 'kyber', 'ntrup', 'numbers',
'output', 'pack', 'parser', 'planetmint', 'pvss', 'random', 'reflow',
'rules', 'secshare', 'then', 'w3c', 'w3c_did', 'when', 'zencode_exec',
'zenswarm', 'zkp', 'zkp_multi_petitions', 'logfmt', 'scope'
'rules', 'secshare', 'table', 'then', 'w3c', 'w3c_did', 'when',
'zencode_exec', 'zenswarm', 'zkp', 'zkp_multi_petitions', 'logfmt', 'scope'
]
foreach test_suite : tests
test('zencode_'+test_suite.underscorify(),
Expand All @@ -222,7 +222,7 @@ benches = [ 'and', 'array', 'bbs_sha', 'bbs_shake', 'bbs_zkp',
'foreach', 'generic_bbs', 'generic_dilithium', 'generic_ecdh',
'generic_eddsa', 'generic_schnorr', 'given', 'hash', 'kyber', 'ntrup',
'numbers', 'output', 'pack', 'parser', 'planetmint', 'pvss', 'random',
'reflow', 'secshare', 'then', 'w3c', 'w3c_did', 'when',
'reflow', 'secshare', 'table', 'then', 'w3c', 'w3c_did', 'when',
'zencode_exec', 'zenswarm', 'zkp', 'zkp_multi_petitions' ]

foreach test_suite: benches
Expand Down

0 comments on commit c2e4edd

Please sign in to comment.