projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Doc fixes and copy method patch
[apt.git]
/
test
/
makefile
diff --git
a/test/makefile
b/test/makefile
index bf1b1834c311f0b00a3dbfe47302ebd8f557341f..c12e05f1f26ce39f64c1d379e4e6f2282557489a 100644
(file)
--- 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)