summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:41 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:41 +0000
commit8c515d6281328e490673b8dc94a7d69987d5a027 (patch)
tree2764584aacf2d2ea35a923980b84184a85a977be /test/makefile
parentbc4af0b920be60156e5567ada3339b432d3f6e3a (diff)
Version checker
Author: jgg Date: 1998-11-26 23:29:19 GMT Version checker
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/makefile b/test/makefile
index bf1b1834c..c12e05f1f 100644
--- a/test/makefile
+++ b/test/makefile
@@ -16,3 +16,9 @@ PROGRAM=scratch-test
SLIBS = -lapt-pkg
SOURCE = scratch.cc
include $(PROGRAM_H)
+
+# Version compare tester
+PROGRAM=versiontest
+SLIBS = -lapt-pkg
+SOURCE = versiontest.cc
+include $(PROGRAM_H)