add readme
This commit is contained in:
parent
316a8611d6
commit
86e0a8cb9f
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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.
|
Loading…
Reference in a new issue