Avoid duplicated header list; run more tests
This commit is contained in:
@@ -639,9 +639,7 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
install_headers(
|
install_headers(
|
||||||
[ 'rubberband/RubberBandStretcher.h',
|
public_headers,
|
||||||
'rubberband/rubberband-c.h'
|
|
||||||
],
|
|
||||||
subdir: 'rubberband'
|
subdir: 'rubberband'
|
||||||
)
|
)
|
||||||
|
|
||||||
@@ -821,6 +819,8 @@ if have_boost_unit_test
|
|||||||
unit_tests, args: [ '--run_test=TestVectorOpsComplex', general_test_args ])
|
unit_tests, args: [ '--run_test=TestVectorOpsComplex', general_test_args ])
|
||||||
test('SignalBits',
|
test('SignalBits',
|
||||||
unit_tests, args: [ '--run_test=TestSignalBits', general_test_args ])
|
unit_tests, args: [ '--run_test=TestSignalBits', general_test_args ])
|
||||||
|
test('StretchCalculator',
|
||||||
|
unit_tests, args: [ '--run_test=TestStretchCalculator', general_test_args ])
|
||||||
test('Stretcher',
|
test('Stretcher',
|
||||||
unit_tests, args: [ '--run_test=TestStretcher', general_test_args ])
|
unit_tests, args: [ '--run_test=TestStretcher', general_test_args ])
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user