X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/0620365915671c718ae2cc181c161a254cbae67e..d7a4635391d9ff36152603ab6faa6eafa206750a:/test/libapt/makefile diff --git a/test/libapt/makefile b/test/libapt/makefile index 578f2da4d..73403b24c 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -2,6 +2,7 @@ BASE=../.. SUBDIR=test/libapt BASENAME=_libapt_test +APT_DOMAIN=none # Bring in the default rules include ../../buildlib/defaults.mak @@ -93,7 +94,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 +104,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) +