2020-04-01 16:10:49 +02:00
|
|
|
test_time_sources = [
|
2020-04-01 16:16:11 +02:00
|
|
|
'TestConvert.cxx',
|
2020-04-01 16:10:49 +02:00
|
|
|
'TestISO8601.cxx',
|
|
|
|
]
|
|
|
|
|
|
|
|
test(
|
|
|
|
'TestTime',
|
|
|
|
executable(
|
|
|
|
'TestTime',
|
|
|
|
test_time_sources,
|
|
|
|
include_directories: inc,
|
|
|
|
dependencies: [
|
|
|
|
time_dep,
|
|
|
|
gtest_dep,
|
|
|
|
],
|
|
|
|
),
|
|
|
|
)
|