diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-05 10:06:38 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-05 10:06:38 +0100 |
commit | 01002e033d244489166e65611996dcd24079eed7 (patch) | |
tree | 3038bb248d1b63587c83886726d941e08be50665 /test/libapt/makefile | |
parent | 77002164d1339af01d74339766c51581784bebf1 (diff) | |
parent | 4194c9aee2766845618ef0431fd4803b0467aab7 (diff) |
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r-- | test/libapt/makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 73403b24c..a8e053d6e 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -111,3 +111,9 @@ SLIBS = -lapt-pkg SOURCE = tagfile_test.cc include $(PROGRAM_H) +# test sourcelist +PROGRAM = SourceList${BASENAME} +SLIBS = -lapt-pkg +SOURCE = sourcelist_test.cc +include $(PROGRAM_H) + |