]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
add unittest for new sourceslist parser as well
[apt.git] / test / libapt / makefile
index 73403b24c0abc03f89fdf7593ae117c142bdf582..a8e053d6e3f5934139aa421cb706264a0abd8dbf 100644 (file)
@@ -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)
+