Skip to content

Commit

Permalink
fix typos and file naming in rsa test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Jul 22, 2024
1 parent e5c536f commit 777b9d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ endforeach
## BATS tests in vectors
test_dir = meson.source_root() + '/../test/'
bats_bin = find_program(test_dir+'bats/bin/bats')
tests = [ 'sha', 'aes', 'hmac' ]
tests = [ 'sha', 'aes', 'hmac', 'rsa' ]
foreach test_suite : tests
test('vectors_'+test_suite.underscorify(),
bats_bin,
Expand Down
4 changes: 2 additions & 2 deletions test/vectors/rsa_4096.bats → test/vectors/rsa.bats
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
load ../bats_setup

@test "NIST RSA 4096 {
@test "NIST RSA 4096" {
${ZENROOM_EXECUTABLE} -a $T/rsa_4096.rsp $T/check_rsa.lua
}
}

0 comments on commit 777b9d2

Please sign in to comment.