Tests: Move bigint tests to where BoringSSL puts them.

BoringSSL split up there bn_tests.txt into multiple files, which we had
done previously. Prepare to merge that BoringSSL change by putting the
test input files in the same places.
This commit is contained in:
Brian Smith 2023-09-26 11:25:35 -07:00
parent f9378e8ed5
commit 8020c1b634
3 changed files with 2 additions and 2 deletions

View File

@ -846,7 +846,7 @@ mod tests {
fn test_elem_exp_consttime() {
let cpu_features = cpu::features();
test::run(
test_file!("bigint_elem_exp_consttime_tests.txt"),
test_file!("../../crypto/fipsmodule/bn/test/mod_exp_tests.txt"),
|section, test_case| {
assert_eq!(section, "");
@ -875,7 +875,7 @@ mod tests {
fn test_elem_mul() {
let cpu_features = cpu::features();
test::run(
test_file!("bigint_elem_mul_tests.txt"),
test_file!("../../crypto/fipsmodule/bn/test/mod_mul_tests.txt"),
|section, test_case| {
assert_eq!(section, "");