test/test_mixramp: move to test/tag/
This commit is contained in:
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',
|
||||
)
|
Reference in New Issue
Block a user