add test for to_toml function

This commit is contained in:
ToruNiina
2017-04-20 10:49:11 +09:00
parent b5c41baef2
commit d3578aec8e
2 changed files with 77 additions and 0 deletions

View File

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