add readme

main
josch 10 years ago
parent 316a8611d6
commit 86e0a8cb9f

@ -0,0 +1,9 @@
This is to test the several implementations of Debian version comparison
algorithms.
Run it via `make test`.
`run.py` generates a file containing all permutations of pairs of versions. The
different programs then check whether versions are greater than, equal or less
than one another and output >, = and <, respectively in order. It is then
checked whether the output of all implementations is the same.
Loading…
Cancel
Save