added test data to distribution

This commit is contained in:
2024-07-16 07:48:13 -05:00
parent 12c7c48b20
commit 2e6ecf8ddb
4 changed files with 9 additions and 3 deletions

View File

@ -71,6 +71,6 @@ auto get_test_dir() -> std::string {
if (not dir.empty()) {
return utils::path::absolute(dir);
}
return utils::path::absolute(utils::path::combine("..", {".."}));
return utils::path::absolute(utils::path::combine(".", "test_data"));
}
} // namespace repertory