mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
tests refactoring
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include<cstddef>
|
||||
|
||||
std::size_t count_lines(const std::string& filename);
|
||||
|
||||
void prepare_logdir();
|
||||
|
||||
std::string file_contents(const std::string& filename);
|
||||
|
||||
std::size_t count_lines(const std::string& filename);
|
||||
|
||||
std::ifstream::pos_type filesize(const std::string& filename);
|
||||
|
||||
|
Reference in New Issue
Block a user