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('net')
|
||||
subdir('time')
|
||||
subdir('tag')
|
||||
|
||||
executable(
|
||||
'read_conf',
|
||||
|
@ -55,21 +56,6 @@ test(
|
|||
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_protocol',
|
||||
executable(
|
||||
|
|
|
@ -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