summaryrefslogtreecommitdiff
path: root/test/libapt/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-15 18:22:44 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-15 18:22:44 +0200
commitbf5438c1904c57d5f03c58a2f7d6e972020f91f9 (patch)
tree0f66e5938832c630b92591cd6cd8e549d3f15094 /test/libapt/makefile
parenta288748e481c707127b416439407eb613cd12a8a (diff)
write a proper testcase replacing the print-only uri.cc test
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 fec928ad2..87a1213c0 100644
--- a/test/libapt/makefile
+++ b/test/libapt/makefile
@@ -52,3 +52,9 @@ PROGRAM = StrUtil${BASENAME}
SLIBS = -lapt-pkg
SOURCE = strutil_test.cc
include $(PROGRAM_H)
+
+# test the URI parsing stuff
+PROGRAM = URI${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = uri_test.cc
+include $(PROGRAM_H)