Tests for hextoi, hextoi64, atobool

const hextoi / hextoi64 / atobool. null check for each. tests for each.
This commit is contained in:
Arthur Ice
2014-03-13 14:45:54 -07:00
parent 39abb4f50c
commit c239964427
6 changed files with 337 additions and 6 deletions
+2
View File
@@ -11,6 +11,8 @@ SET(tests_headers
fixed_memory_variable_test.h
ipc_mutex_test.h
memory_mapped_file_test.h
atobool_test.h
hextoi_32_64_test.h
)
ADD_EXECUTABLE(tests ${tests_sources} ${tests_headers})