summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-02 08:21:49 +0100
committerMichael Vogt <mvo@debian.org>2013-12-02 08:21:49 +0100
commitab2071eba830a092c5d5a0dd33ad94b4a9476109 (patch)
treee55a7f8ed6304a1223d7b7b41e7818c8c67f1728 /test/libapt/makefile
parent8c23db5ce0973396f179ccec8cacdf304525dcdc (diff)
add unittest for new sourceslist parser as well
Diffstat (limited to 'test/libapt/makefile')
-rw-r--r--test/libapt/makefile6
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)
+