Skip to content

Commit

Permalink
Tweak docs and formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryouze committed Sep 24, 2024
1 parent 42a90e8 commit 576fc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/helpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class TempDir final {
/**
* @brief Construct a new TempDir object.
*
* On construction, the temporary directory is removed recursively from disk, then created again to ensure it is empty.
*
* @param directory Path to the temporary directory (e.g., "~/data").
*/
inline explicit TempDir(const std::filesystem::path &directory)
Expand Down
1 change: 1 addition & 0 deletions tests/test_all.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ int main(int argc, char **argv)
fmt::print("{}\n", help_message);
return EXIT_FAILURE;
}

// Otherwise, define argument to function mapping
const std::unordered_map<std::string, std::function<int()>> tests = {
{"test_args::none", test_args::none},
Expand Down

0 comments on commit 576fc4f

Please sign in to comment.