test_time_sources = [
'TestConvert.cxx',
'TestISO8601.cxx',
]
test(
'TestTime',
executable(
test_time_sources,
include_directories: inc,
dependencies: [
time_dep,
gtest_dep,
],
),
)