Add unit test for string literal helper

This commit is contained in:
Chocobo1 2023-06-18 02:20:12 +08:00
commit e780b3a9b7
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 54 additions and 0 deletions

View file

@ -12,6 +12,7 @@ include_directories("../src")
set(testFiles
testalgorithm.cpp
testbittorrenttrackerentry.cpp
testglobal.cpp
testorderedset.cpp
testpath.cpp
testutilscompare.cpp