]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
Fix the newly introduced method GetListOfFilesInDir to not accept every
[apt.git] / test / libapt / makefile
index 5712c025a2f06fd994b9705bf3b41a4d8dc1ac7a..08f581e6d8a1054182f1eef3ec8f5ec0417bae4d 100644 (file)
@@ -17,3 +17,9 @@ PROGRAM = ParseDepends${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = parsedepends_test.cc
 include $(PROGRAM_H)
+
+# Program for testing GetListOfFilesInDir
+PROGRAM = GetListOfFilesInDir${BASENAME}
+SLIBS = -lapt-pkg
+SOURCE = getlistoffilesindir_test.cc
+include $(PROGRAM_H)