Skip to content

Commit e7224f1

Browse files
committed
Update tests
1 parent a2b4e03 commit e7224f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/v1/test_packing.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ static bool compare_files(const std::string& p1, const std::string& p2) {
2929

3030
TEST(packing, v1_packing) {
3131
evp evp;
32+
33+
evp::pack_input input;
34+
input.base = BASE_PATH + std::string("/tests/v1/resources/files_to_pack/subfolder_2");
35+
input.files.push_back("text_3.txt");
3236

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

0 commit comments

Comments
 (0)