updated build system
Some checks failed
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2024-08-02 14:02:14 -05:00
parent 4a2acf99a7
commit d6b2c1d81e
3 changed files with 18 additions and 15 deletions

View File

@ -28,7 +28,7 @@
namespace repertory {
static auto get_source_file_name() -> std::string {
return generate_test_file_name(get_test_dir(), "encrypting_reader");
return generate_test_file_name("./test_data", "encrypting_reader");
}
TEST(encrypting_reader, get_encrypted_file_name) {