X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/20a2b201389092a17763b703039b2e4528234e30..3444603f5ff2b4c4816e45e686e06e01df31cdc4:/test/libapt/makefile diff --git a/test/libapt/makefile b/test/libapt/makefile index 578f2da4d..969d6e2d9 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -93,7 +93,7 @@ SLIBS = -lapt-pkg SOURCE = cdromreducesourcelist_test.cc include $(PROGRAM_H) -# text IndexCopy::ConvertToSourceList +# test IndexCopy::ConvertToSourceList PROGRAM = IndexCopyToSourceList${BASENAME} SLIBS = -lapt-pkg SOURCE = indexcopytosourcelist_test.cc @@ -103,3 +103,10 @@ PROGRAM = FileUtl${BASENAME} 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) +