cpp : Moved unit test to seperate files
This commit is contained in:
6
cpp/toolbox_unit_test.hpp
Normal file
6
cpp/toolbox_unit_test.hpp
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
void format_byte_size_test(void) noexcept;
|
||||
void format_time_test(void) noexcept;
|
||||
void format_time_ns_test(void) noexcept;
|
||||
void thousand_sep_test(void) noexcept;
|
Reference in New Issue
Block a user