summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2009-11-29 00:23:26 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2009-11-29 00:23:26 +0100
commit41c81fd85d43ed747375d8f1ee7a9b71fb3c7016 (patch)
treef975f84ddd0c5664523dfbb33b0cf9748f42b177 /test/libapt/makefile
parent9c562bc9357c1e5bf566110fe30265dcdfd815fd (diff)
Ignore :qualifiers after package name in build dependencies
for now as long we don't understand them (Closes: #558103)
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 f61a95f3d..5712c025a 100644
--- a/test/libapt/makefile
+++ b/test/libapt/makefile
@@ -11,3 +11,9 @@ PROGRAM = getLanguages${BASENAME}
SLIBS = -lapt-pkg
SOURCE = getlanguages_test.cc
include $(PROGRAM_H)
+
+# Program for testing ParseDepends
+PROGRAM = ParseDepends${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = parsedepends_test.cc
+include $(PROGRAM_H)