diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2013-03-22 21:52:42 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2013-03-22 21:52:42 +0100 |
commit | ba6913111f2ae62ad8066d61240fc43df6b3fb88 (patch) | |
tree | 09bda0492db2ee547b45c61945ac51a2b7f6866b /test/libapt/makefile | |
parent | 6b1e33b5447e50af6bac0b2d260b167b28e3e1fd (diff) | |
parent | 0c98ee5ade6bb660bf23b09d759e0bb3c52068b9 (diff) |
merged lp:~mvo/apt/fix-tagfile-hash
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 5e225f240..953e455e0 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -93,8 +93,15 @@ 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 include $(PROGRAM_H) + +# test tagfile +PROGRAM = PkgTagFile${BASENAME} +SLIBS = -lapt-pkg +SOURCE = tagfile_test.cc +include $(PROGRAM_H) + |