Skip to content
Snippets Groups Projects
Commit f6c486c3 authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

metrics: Widen libdir and size_hello_obj acceptance window

af881674 shows that the libdir size can
fluctuate quite significantly even when the change is quite small.
Therefore we widen the acceptance window to 10%.
parent dfe1c354
No related branches found
No related tags found
No related merge requests found
test('size_hello_obj', [collect_size(3, 'size_hello_obj.o')], compile, [''])
test('size_hello_obj', [collect_size(5, 'size_hello_obj.o')], compile, [''])
test('libdir',[stat_from_file('size', 3, 'SIZE')], makefile_test, ['libdir_size'] )
test('libdir',[stat_from_file('size', 10, 'SIZE')], makefile_test, ['libdir_size'] )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment