From 86e0a8cb9fbab476a6808563840a2c6e194fcf0d Mon Sep 17 00:00:00 2001 From: josch Date: Sat, 21 Jun 2014 14:16:28 +0200 Subject: [PATCH] add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f1eb0b3 --- /dev/null +++ b/README.md @@ -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.