add from_toml and get function

This commit is contained in:
ToruNiina
2017-04-20 12:49:36 +09:00
parent fd8753612a
commit 1b2b422ea1
3 changed files with 223 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ set(TEST_NAMES
test_traits
test_value
test_to_toml
test_from_toml
)
add_definitions("-Wall -Wpedantic")