string: add tests

This commit is contained in:
anna 2021-07-16 21:47:18 +02:00
parent 0f3c11110c
commit 30954cd078
Signed by: fef
GPG key ID: EC22E476DC2D3D84
12 changed files with 905 additions and 2 deletions

View file

@ -2,6 +2,16 @@
include(string/utf/utf.cmake)
target_sources(neo_test PRIVATE
string/i2nstr.cpp
string/leftpad.cpp
string/nstr.cpp
string/nstrcat.cpp
string/nstrcmp.cpp
string/nstrdup.cpp
string/u2nstr.cpp
)
# This file is part of libneo.
# Copyright (c) 2021 Fefie <owo@fef.moe>.
#