]> git.saurik.com Git - apt.git/blobdiff - test/makefile
Enable the AutoRemover to talk "Multi-Arch" by marking all pseudo
[apt.git] / test / makefile
index 9ad6233c2d11997254751d8b005a65d226a677bb..fb9123d0a1382207148c1053e5a4246e4077c8a8 100644 (file)
@@ -38,6 +38,12 @@ LIB_MAKES = apt-pkg/makefile apt-inst/makefile
 SOURCE = testextract.cc
 include $(PROGRAM_H)
 
+# Program for testing the config file parser
+PROGRAM=conftest_clear
+SLIBS = -lapt-pkg
+SOURCE = conf_clear.cc
+include $(PROGRAM_H)
+
 # Program for testing the config file parser
 PROGRAM=conftest
 SLIBS = -lapt-pkg
@@ -62,6 +68,12 @@ SLIBS = -lapt-pkg
 SOURCE = hash.cc
 include $(PROGRAM_H)
 
+# Program for testing udevcdrom
+PROGRAM=test_udevcdrom
+SLIBS = -lapt-pkg 
+SOURCE = test_udevcdrom.cc
+include $(PROGRAM_H)
+
 # Program for checking rpm versions
 PROGRAM=rpmver
 SLIBS = -lapt-pkg -lrpm