cpp : Moved unit test to seperate files

This commit is contained in:
saundersp
2023-07-24 02:20:26 +02:00
parent c048b3ca90
commit 598fdc383c
8 changed files with 336 additions and 142 deletions

View File

@@ -9,5 +9,4 @@
std::string format_time(uint64_t) noexcept;
std::string format_time_ns(uint64_t) noexcept;
std::string format_byte_size(uint64_t) noexcept;
void toolbox_unit_test() noexcept;
std::string thousand_sep(uint64_t) noexcept;
std::string thousand_sep(uint64_t, const char& = ',') noexcept;