test/TestISO8601: unit test for time/ISO8601

This commit is contained in:
Max Kellermann
2019-08-19 22:33:21 +02:00
parent 5df2707d98
commit bbe403f141
2 changed files with 70 additions and 0 deletions

View File

@@ -46,6 +46,19 @@ test('TestUtil', executable(
],
))
test(
'TestTime',
executable(
'TestTime',
'TestISO8601.cxx',
include_directories: inc,
dependencies: [
time_dep,
gtest_dep,
],
),
)
test('TestRewindInputStream', executable(
'TestRewindInputStream',
'TestRewindInputStream.cxx',