projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* apt-pkg/aptconfiguration.cc:
[apt.git]
/
test
/
libapt
/
makefile
diff --git
a/test/libapt/makefile
b/test/libapt/makefile
index d3dddaeedcef5f9cf8a0decdb2b93f11e66696ce..1952051e28008e23a2bb552ed781f0923b1c2efb 100644
(file)
--- a/
test/libapt/makefile
+++ b/
test/libapt/makefile
@@
-74,3
+74,9
@@
PROGRAM = Configuration${BASENAME}
SLIBS = -lapt-pkg
SOURCE = configuration_test.cc
include $(PROGRAM_H)
+
+# test cdroms core FindPackages
+PROGRAM = CdromFindPackages${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = cdromfindpackages_test.cc
+include $(PROGRAM_H)