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 Feb 1, 2024
1 parent 5a8808f commit 9d0f911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@ tests = [
'generic_ecdh', 'generic_eddsa', 'generic_schnorr', 'generic_es256',
'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',
'fsp'
'rules', 'secshare', 'table', 'then', 'w3c', 'w3c_did', 'when',
'zencode_exec', 'zenswarm', 'zkp', 'zkp_multi_petitions', 'logfmt',
'scope', 'fsp'
]
foreach test_suite : tests
test('zencode_'+test_suite.underscorify(),
Expand All @@ -224,7 +224,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',
'fsp' ]

Expand Down

0 comments on commit 9d0f911

Please sign in to comment.