]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Fixed cdrom method problems
[apt.git] / test / makefile
index bf1b1834c311f0b00a3dbfe47302ebd8f557341f..c12e05f1f26ce39f64c1d379e4e6f2282557489a 100644 (file)
@@ -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)