Adding Strings tests

This commit is contained in:
IlushaShurupov 2023-07-17 22:32:30 +03:00 committed by Ilya Shurupov
parent e08f961707
commit 3846b91662
7 changed files with 357 additions and 121 deletions

4
Strings/tests/Tests.hpp Normal file
View file

@ -0,0 +1,4 @@
#pragma once
#include "Testing.hpp"
#include "Allocators.hpp"