mirror of https://github.com/gabime/spdlog.git
tests refactoring
parent
6feaa29c62
commit
3d420a3bcf
@ -1,4 +1,15 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <string>
|
||||||
|
#include<cstddef>
|
||||||
|
|
||||||
|
std::size_t count_lines(const std::string& filename);
|
||||||
|
|
||||||
void prepare_logdir();
|
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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue