Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Aug 30, 2024
1 parent a2b4e03 commit e7224f1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/v1/test_packing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ static bool compare_files(const std::string& p1, const std::string& p2) {

TEST(packing, v1_packing) {
evp evp;

evp::pack_input input;
input.base = BASE_PATH + std::string("/tests/v1/resources/files_to_pack/subfolder_2");
input.files.push_back("text_3.txt");

std::string input = BASE_PATH + std::string("/tests/v1/resources/files_to_pack/subfolder_2");
std::string output = BASE_PATH + std::string("/tests/v1/resources/v1_packing_single_file.evp");
std::string valid = BASE_PATH + std::string("/tests/v1/resources/single_file.evp");

Expand Down

0 comments on commit e7224f1

Please sign in to comment.