Embroidermodder / libembroidery

Library for reading/writing/manipulating machine and design embroidery files
https://www.libembroidery.org
zlib License
45 stars 13 forks source link

Get `--full-test-suite` to report > 20% #184

Closed robin-swift closed 2 years ago

robin-swift commented 2 years ago

So currently if you run

./tests.sh

on a Linux system then the last line of output is:

2.650273%

which is the proportion of conversions from one format to another that appear successful. This is probably never going to be 100%, but it should be much higher for v 1.0.

Also the percentage is based on what tests we do, so it may go down as the testing becomes more thorough.

robin-swift commented 2 years ago

Now if you run

./embtools.sh full

the penultimate line of test_matrix.txt is:

8.958333%
robin-swift commented 2 years ago

Now returns >20%. I'll set a new goal.