diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-24 23:00:57 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-24 23:00:57 +0100 |
commit | 34f7c486b10559997849c15c6b51577ec3f96bc1 (patch) | |
tree | 84a6a8c8a4c02c5d9b7d9fe1d52472c5e6eb7dec /test/libapt/makefile | |
parent | 1aef66d5e150c608276fabdf1c2d2aaca9c45b7f (diff) | |
parent | 2fd754cfe9a92fe85f4dd56447c70112b64b003e (diff) |
Merge remote-tracking branch 'ajt/better-pdiffs-dk' into debian/sid
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) + |