test/meson.build: move TestTime to time/
This commit is contained in:
16
test/time/meson.build
Normal file
16
test/time/meson.build
Normal file
@@ -0,0 +1,16 @@
|
||||
test_time_sources = [
|
||||
'TestISO8601.cxx',
|
||||
]
|
||||
|
||||
test(
|
||||
'TestTime',
|
||||
executable(
|
||||
'TestTime',
|
||||
test_time_sources,
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
time_dep,
|
||||
gtest_dep,
|
||||
],
|
||||
),
|
||||
)
|
||||
Reference in New Issue
Block a user