Skip to content

Commit

Permalink
fixup! Move the test zim files in a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 19, 2021
1 parent 6a2ef16 commit 8f18f3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const std::vector<TestFile> getDataFilePath(const std::string& filename, const s
auto dataDir = opendir(dataDirPath.c_str());

if (!dataDir) {
filePaths.emplace_back(dataDirPath, "NO_DATA_DIR", filename);
return filePaths;
}
struct dirent* current = NULL;
Expand Down

0 comments on commit 8f18f3c

Please sign in to comment.