Tests for handling of final flag

This commit is contained in:
Chris Cannam
2023-02-21 10:28:57 +00:00
parent d5dd0e573a
commit 4b4c50b479
3 changed files with 107 additions and 26 deletions

View File

@@ -821,6 +821,8 @@ if have_boost_unit_test
unit_tests, args: [ '--run_test=TestVectorOpsComplex', general_test_args ])
test('SignalBits',
unit_tests, args: [ '--run_test=TestSignalBits', general_test_args ])
test('Stretcher',
unit_tests, args: [ '--run_test=TestStretcher', general_test_args ])
else
target_summary += { 'Unit tests': false }
message('Not building unit tests: boost_unit_test_framework dependency not found')