diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2019-04-23 10:41:43 -0700 |
---|---|---|
committer | Dylan Baker <dylan@pnwbakers.com> | 2019-04-25 12:28:51 -0700 |
commit | 914b591692c66cd9516da70930f4c6768ea93302 (patch) | |
tree | fef9c07757d15b0192799778d29054ddb23589e0 /mesonbuild/mesonlib.py | |
parent | 397ac5921aa09fc0330513721acd43297cec376b (diff) | |
download | meson-914b591692c66cd9516da70930f4c6768ea93302.zip meson-914b591692c66cd9516da70930f4c6768ea93302.tar.gz meson-914b591692c66cd9516da70930f4c6768ea93302.tar.bz2 |
run_unittets: extend version tests to cover other cases
Before this we only covered >, <, and ==, but we an apply some basic
logic to know that a > b == !(a <= b), or that if a > b then a != b.
This uncovered some bugs I wrote while working on this code.
Diffstat (limited to 'mesonbuild/mesonlib.py')
0 files changed, 0 insertions, 0 deletions