]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
merge with lp:~mvo/apt/debian-sid to get 0.7.25.1 and my changes back
[apt.git] / test / libapt / makefile
index f61a95f3d9cb5f36529d149ab9742085e3538064..5712c025a2f06fd994b9705bf3b41a4d8dc1ac7a 100644 (file)
@@ -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)