summaryrefslogtreecommitdiffstats
path: root/Test/CMakeLists.txt
diff options
context:
space:
mode:
authorLeonetienne <leonetienne@hotmail.de>2022-03-13 16:42:40 +0100
committerLeonetienne <leonetienne@hotmail.de>2022-03-13 16:42:40 +0100
commit5fbf07f946995fed76804555a7a5e38f1ef94f38 (patch)
tree7b63a9845580a70d0013a0b036d7073aa6176b5a /Test/CMakeLists.txt
parent25bd26972945f956ad4c92ce8a61bb6126c0dedb (diff)
Added tests for string-split, and fixed some bigs
Diffstat (limited to 'Test/CMakeLists.txt')
-rw-r--r--Test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/CMakeLists.txt b/Test/CMakeLists.txt
index d4d3ea1..41ad3c9 100644
--- a/Test/CMakeLists.txt
+++ b/Test/CMakeLists.txt
@@ -15,6 +15,7 @@ add_executable(Test
String__Upper.cpp
String__Replace_Char.cpp
String__Replace_String.cpp
+ String__Split.cpp
# CharTools-Tests
Char__IsVowel.cpp