]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
* apt-pkg/deb/dpkgpm.cc:
[apt.git] / test / libapt / makefile
index 08f581e6d8a1054182f1eef3ec8f5ec0417bae4d..cb76d5ee6f763222fa02f5b04ac5f6b709e37283 100644 (file)
@@ -23,3 +23,9 @@ 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)