2021-12-01 15:32:14 +01:00
|
|
|
test(
|
|
|
|
'TestMixRamp',
|
|
|
|
executable(
|
|
|
|
'TestMixRamp',
|
2021-12-01 15:39:39 +01:00
|
|
|
'TestMixRampParser.cxx',
|
2021-12-01 15:32:14 +01:00
|
|
|
'TestMixRampInterpolate.cxx',
|
|
|
|
include_directories: inc,
|
|
|
|
dependencies: [
|
|
|
|
log_dep,
|
2021-12-01 15:39:39 +01:00
|
|
|
tag_dep,
|
2021-12-01 15:32:14 +01:00
|
|
|
util_dep,
|
|
|
|
gtest_dep,
|
|
|
|
],
|
|
|
|
),
|
|
|
|
protocol: 'gtest',
|
|
|
|
)
|