Skip to content

Commit

Permalink
test file directory change
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Jan 10, 2025
1 parent 8802611 commit 9057099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/evp_extra/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ INSTANTIATE_TEST_SUITE_P(All, PQDSAParameterTest, testing::ValuesIn(parameterSet
-> std::string { return params.param.name; });

TEST_P(PQDSAParameterTest, KAT) {
std::string kat_filepath = "crypto/fipsmodule/";
std::string kat_filepath = "crypto/";
kat_filepath += GetParam().kat_filename;

FileTestGTest(kat_filepath.c_str(), [&](FileTest *t) {
Expand Down

0 comments on commit 9057099

Please sign in to comment.