Basic string tests, plus fix for StringFormat returning a std::string that was just very subtley malformed.

This commit is contained in:
KimLS
2014-08-24 16:26:51 -07:00
parent b36cc3ab08
commit 412835d7fa
4 changed files with 46 additions and 3 deletions
+3 -2
View File
@@ -7,12 +7,13 @@ SET(tests_sources
)
SET(tests_headers
atobool_test.h
fixed_memory_test.h
fixed_memory_variable_test.h
hextoi_32_64_test.h
ipc_mutex_test.h
memory_mapped_file_test.h
atobool_test.h
hextoi_32_64_test.h
string_util_test.h
)
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})