]> git.saurik.com Git - apt.git/blobdiff - test/libapt/makefile
honor option to disable pulses for the testcases
[apt.git] / test / libapt / makefile
index 1b67cba9d82b0e6c2fc8e9c50eff3195ca80cf56..a8e053d6e3f5934139aa421cb706264a0abd8dbf 100644 (file)
@@ -98,6 +98,11 @@ include $(PROGRAM_H)
 PROGRAM = IndexCopyToSourceList${BASENAME}
 SLIBS = -lapt-pkg
 SOURCE = indexcopytosourcelist_test.cc
+
+# test fileutls
+PROGRAM = FileUtl${BASENAME}
+SLIBS = -lapt-pkg 
+SOURCE = fileutl_test.cc
 include $(PROGRAM_H)
 
 # test tagfile
@@ -106,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)
+