add test_get

This commit is contained in:
ToruNiina
2017-04-20 13:30:11 +09:00
parent c6f38967df
commit 6d643dd70d
2 changed files with 119 additions and 0 deletions

View File

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