No description
Find a file
2014-06-21 14:16:28 +02:00
Makefile add clean target 2014-06-21 14:12:55 +02:00
README.md add readme 2014-06-21 14:16:28 +02:00
run.py initial commit 2014-06-01 10:31:24 +02:00
rundpkg.sh initial commit 2014-06-01 10:31:24 +02:00
testapt.cc initial commit 2014-06-01 10:31:24 +02:00
testdose.ml initial commit 2014-06-01 10:31:24 +02:00
testdpkg.c initial commit 2014-06-01 10:31:24 +02:00

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.