1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-10-10 15:10:33 +00:00

Add unit test for IniFile and improve parser.

The test still fails because for some reason the parser
doesn't want to skip the trailing spaces in values.
This commit is contained in:
King_DuckZ 2017-05-06 02:01:05 +01:00
commit 5b59ca3c41
4 changed files with 120 additions and 14 deletions

View file

@ -5,6 +5,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
add_executable(${PROJECT_NAME}
check.cpp
test_ini_file.cpp
test_settings_bag.cpp
)