]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
merge from the debian-sid branch
[apt.git] / test / libapt / makefile
index 08f581e6d8a1054182f1eef3ec8f5ec0417bae4d..98bdb33484fa222f0a23284ea6172c53653077de 100644 (file)
@@ -23,3 +23,15 @@ PROGRAM = GetListOfFilesInDir${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = getlistoffilesindir_test.cc
 include $(PROGRAM_H)
+
+# Program for testing CommandLine reconstruction
+PROGRAM = commandlineasstring${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = commandlineasstring_test.cc
+include $(PROGRAM_H)
+
+# Program for testing debians version comparing
+PROGRAM = compareversion${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = compareversion_test.cc
+include $(PROGRAM_H)