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:
parent
b4291becf0
commit
5b59ca3c41
4 changed files with 120 additions and 14 deletions
|
@ -5,6 +5,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|||
|
||||
add_executable(${PROJECT_NAME}
|
||||
check.cpp
|
||||
test_ini_file.cpp
|
||||
test_settings_bag.cpp
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue