add test operator==

This commit is contained in:
ToruNiina
2017-04-20 14:38:25 +09:00
parent 85ea77043a
commit dccfcd99cf
2 changed files with 99 additions and 0 deletions

View File

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