summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2010-03-13 14:11:22 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2010-03-13 14:11:22 +0100
commitea5624c3d04c35f5a269b6f7431c135330c9b9b5 (patch)
tree2d1e21d2565d67aa75aa3217152f87f2b3000fe7 /test/makefile
parent2bb255740bf18b5e0524fe833523303abb5c9051 (diff)
* apt-pkg/deb/debversion.cc:
- consider absent of debian revision equivalent to 0 (Closes: #573592) This moves the existing testcase for version comparison to "my" directory, adds a few more tests (e.g. the tests used in cupt) and rewrites the testcases runner: The runner does now call dpkg --compare-versions to check what dpkg thinks about the comparison - all done in less code ;)
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/makefile b/test/makefile
index fb9123d0a..b8c104eae 100644
--- a/test/makefile
+++ b/test/makefile
@@ -25,13 +25,6 @@ SOURCE = scratch.cc
include $(PROGRAM_H)
# Version compare tester
-PROGRAM=versiontest
-SLIBS = -lapt-pkg
-LIB_MAKES = apt-pkg/makefile
-SOURCE = versiontest.cc
-include $(PROGRAM_H)
-
-# Version compare tester
PROGRAM=testextract
SLIBS = -lapt-pkg -lapt-inst
LIB_MAKES = apt-pkg/makefile apt-inst/makefile