summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
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)