]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Fixed espy's bug with experimental
[apt.git] / test / makefile
index bf1b1834c311f0b00a3dbfe47302ebd8f557341f..eae6230d01222c0a825cb67d45a2e83228a085cf 100644 (file)
@@ -16,3 +16,15 @@ 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)
+
+# Version compare tester
+PROGRAM=srcrfind
+SLIBS = -lapt-pkg 
+SOURCE = srcrfind.cc
+include $(PROGRAM_H)