Commit 4d332023 authored by Max Kellermann's avatar Max Kellermann

test/test_mixramp: move to test/tag/

parent 933a1a41
...@@ -31,6 +31,7 @@ gtest_dep = declare_dependency( ...@@ -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',
...@@ -56,21 +57,6 @@ test( ...@@ -56,21 +57,6 @@ test(
) )
test( test(
'test_mixramp',
executable(
'test_mixramp',
'test_mixramp.cxx',
include_directories: inc,
dependencies: [
log_dep,
util_dep,
gtest_dep,
],
),
protocol: 'gtest',
)
test(
'test_protocol', 'test_protocol',
executable( executable(
'test_protocol', 'test_protocol',
......
test(
'TestMixRamp',
executable(
'TestMixRamp',
'TestMixRampInterpolate.cxx',
include_directories: inc,
dependencies: [
log_dep,
util_dep,
gtest_dep,
],
),
protocol: 'gtest',
)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment