mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-16 16:28:09 +08:00
add a test for parser (WIP)
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
set(TEST_NAMES
|
||||
test_datetime
|
||||
test_utility
|
||||
test_result
|
||||
test_traits
|
||||
test_value
|
||||
test_lex_boolean
|
||||
test_lex_integer
|
||||
test_lex_floating
|
||||
test_lex_datetime
|
||||
test_lex_string
|
||||
test_lex_key_comment
|
||||
test_datetime
|
||||
test_utility
|
||||
test_result
|
||||
test_traits
|
||||
test_value
|
||||
test_parse_boolean
|
||||
test_parse_integer
|
||||
test_parse_floating
|
||||
|
||||
# test_to_toml
|
||||
# test_from_toml
|
||||
# test_get
|
||||
|
Reference in New Issue
Block a user