test: add test_serialize_file

This commit is contained in:
ToruNiina
2019-02-13 13:51:36 +09:00
parent 5bdc022627
commit 4bbe42d105
2 changed files with 45 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ set(TEST_NAMES
test_to_toml
test_from_toml
test_parse_file
test_serialize_file
test_parse_unicode
test_error_detection
)