]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
stop exporting the accidently exported parsenetrc() symbol
[apt.git] / test / libapt / makefile
index b2e6db2dd0dd1a76b2046a6b2517f0fa513d00d3..5e225f2404880bedbaf25e9e7e48d0a779ff9e25 100644 (file)
@@ -86,3 +86,15 @@ PROGRAM = CdromFindPackages${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = cdromfindpackages_test.cc
 include $(PROGRAM_H)
+
+# test cdroms index reduction for source.list
+PROGRAM = CdromReduceSourceList${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = cdromreducesourcelist_test.cc
+include $(PROGRAM_H)
+
+# text IndexCopy::ConvertToSourceList
+PROGRAM = IndexCopyToSourceList${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = indexcopytosourcelist_test.cc
+include $(PROGRAM_H)