diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-02 08:21:49 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-05 15:30:56 +0100 |
commit | caeb19b796f7045f489dbce0bf681925d49136a9 (patch) | |
tree | 2ff9379e559e3d574e94e86ded875dd877715e44 /test/libapt/makefile | |
parent | a537ce19f955f39ee62281bb12bc71a4c67bc635 (diff) |
add unittest for new sourceslist parser as well
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) + |