test/test_mixramp: move to test/tag/
This commit is contained in:
parent
933a1a41e6
commit
4d3320233e
@ -31,6 +31,7 @@ gtest_dep = declare_dependency(
|
|||||||
subdir('util')
|
subdir('util')
|
||||||
subdir('net')
|
subdir('net')
|
||||||
subdir('time')
|
subdir('time')
|
||||||
|
subdir('tag')
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'read_conf',
|
'read_conf',
|
||||||
@ -55,21 +56,6 @@ test(
|
|||||||
protocol: 'gtest',
|
protocol: 'gtest',
|
||||||
)
|
)
|
||||||
|
|
||||||
test(
|
|
||||||
'test_mixramp',
|
|
||||||
executable(
|
|
||||||
'test_mixramp',
|
|
||||||
'test_mixramp.cxx',
|
|
||||||
include_directories: inc,
|
|
||||||
dependencies: [
|
|
||||||
log_dep,
|
|
||||||
util_dep,
|
|
||||||
gtest_dep,
|
|
||||||
],
|
|
||||||
),
|
|
||||||
protocol: 'gtest',
|
|
||||||
)
|
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'test_protocol',
|
'test_protocol',
|
||||||
executable(
|
executable(
|
||||||
|
14
test/tag/meson.build
Normal file
14
test/tag/meson.build
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
test(
|
||||||
|
'TestMixRamp',
|
||||||
|
executable(
|
||||||
|
'TestMixRamp',
|
||||||
|
'TestMixRampInterpolate.cxx',
|
||||||
|
include_directories: inc,
|
||||||
|
dependencies: [
|
||||||
|
log_dep,
|
||||||
|
util_dep,
|
||||||
|
gtest_dep,
|
||||||
|
],
|
||||||
|
),
|
||||||
|
protocol: 'gtest',
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user