]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
Merge branch 'debian/sid' into debian/experimental
[apt.git] / test / libapt / makefile
index 578f2da4d2de98c4f49760b6dd07e4d26c7855ba..73403b24c0abc03f89fdf7593ae117c142bdf582 100644 (file)
@@ -2,6 +2,7 @@
 BASE=../..
 SUBDIR=test/libapt
 BASENAME=_libapt_test
 BASE=../..
 SUBDIR=test/libapt
 BASENAME=_libapt_test
+APT_DOMAIN=none
 
 # Bring in the default rules
 include ../../buildlib/defaults.mak
 
 # Bring in the default rules
 include ../../buildlib/defaults.mak
@@ -93,7 +94,7 @@ SLIBS = -lapt-pkg
 SOURCE = cdromreducesourcelist_test.cc
 include $(PROGRAM_H)
 
 SOURCE = cdromreducesourcelist_test.cc
 include $(PROGRAM_H)
 
-# text IndexCopy::ConvertToSourceList
+# test IndexCopy::ConvertToSourceList
 PROGRAM = IndexCopyToSourceList${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = indexcopytosourcelist_test.cc
 PROGRAM = IndexCopyToSourceList${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = indexcopytosourcelist_test.cc
@@ -103,3 +104,10 @@ PROGRAM = FileUtl${BASENAME}
 SLIBS = -lapt-pkg 
 SOURCE = fileutl_test.cc
 include $(PROGRAM_H)
 SLIBS = -lapt-pkg 
 SOURCE = fileutl_test.cc
 include $(PROGRAM_H)
+
+# test tagfile
+PROGRAM = PkgTagFile${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = tagfile_test.cc
+include $(PROGRAM_H)
+