You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
josch 90cd79dc69 add checking sort -V 10 years ago
Makefile add checking sort -V 10 years ago
README.md add readme 10 years ago
inequalityfilter.cc add checking sort -V 10 years ago
run.py add checking sort -V 10 years ago
rundpkg.sh initial commit 10 years ago
testapt.cc add checking sort -V 10 years ago
testdose.ml initial commit 10 years ago
testdpkg.c initial commit 10 years ago
testsort.sh add checking sort -V 10 years ago

README.md

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.