Skip to content

Commit

Permalink
test: add vector tests for p256, eddsa and qp to meson test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Jan 31, 2025
1 parent 5ce95f1 commit 29a048e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ endif

## BATS tests in vectors
if suite.contains('vectors')
tests = [ 'sha', 'aes', 'hmac', 'rsa' ]
tests = [ 'aes', 'ecdsa_p256', 'hmac', 'eddsa', 'sha', 'rsa', 'qp' ]
foreach test_suite : tests
test('vectors_'+test_suite.underscorify(),
bats_bin,
Expand Down

0 comments on commit 29a048e

Please sign in to comment.