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-05 15:30:56 +0100
commitcaeb19b796f7045f489dbce0bf681925d49136a9 (patch)
tree2ff9379e559e3d574e94e86ded875dd877715e44 /test/libapt/makefile
parenta537ce19f955f39ee62281bb12bc71a4c67bc635 (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)
+