add readme

This commit is contained in:
josch 2014-06-21 14:16:28 +02:00
parent 316a8611d6
commit 86e0a8cb9f

9
README.md Normal file
View file

@ -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.