Add process unit tests

This commit is contained in:
SirLynix
2024-01-23 15:11:02 +01:00
committed by Jérôme Leclercq
parent a02990beff
commit a228325bd5
7 changed files with 265 additions and 13 deletions

View File

@@ -33,6 +33,7 @@ namespace Nz
NAZARA_FORMAT_IMPLEM(std::filesystem::path);
NAZARA_FORMAT_IMPLEM(std::string);
NAZARA_FORMAT_IMPLEM(std::string_view);
NAZARA_FORMAT_IMPLEM(char*);
NAZARA_FORMAT_IMPLEM(const char*);
NAZARA_FORMAT_IMPLEM(short);
NAZARA_FORMAT_IMPLEM(int);