Skip to content

Commit 5fdc8f5

Browse files
committed
wip
1 parent 7d764ca commit 5fdc8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/unittests/TestsHelper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ void iterTestFiles(const std::string& folder, std::function<void(TestData&&)>&&
5858
.is_folder = is_directory(entry.path())
5959
};
6060

61+
std::cout << "test on '" << entry.path().generic_string() << std::endl;
6162
test(std::move(data));
6263
}
6364
};

0 commit comments

Comments
 (0)