Add unit test and fix for non-char types.

This commit is contained in:
King_DuckZ 2018-10-13 00:44:38 +01:00
commit 4eb4209409
3 changed files with 65 additions and 5 deletions

View file

@ -5,6 +5,7 @@ add_executable(${PROJECT_NAME}
lexical_cast_test.cpp
endianness_test.cpp
int_conv_test.cpp
reversed_sized_array_test.cpp
)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)