]> git.saurik.com Git - apt.git/blobdiff - test/makefile
merge the tests for configuration into another libapt-test
[apt.git] / test / makefile
index 5a674c42ee895f96b6188c09538ba0fcb17ce3fd..9fcd6a8260bbd33e11892af50b5f0d96751d6c70 100644 (file)
@@ -25,18 +25,6 @@ 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
-SOURCE = conf.cc
-include $(PROGRAM_H)
-
 # Program for testing the tar/deb extractor
 PROGRAM=testdeb
 SLIBS = -lapt-pkg -lapt-inst