]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
write a proper testcase replacing the print-only uri.cc test
[apt.git] / test / libapt / makefile
index fec928ad202f0775089e2ded4461b4d90bdcbc07..87a1213c0f9880d9b80ef424c578f21aada6fc9f 100644 (file)
@@ -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)