summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 09:59:19 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-08-17 09:59:19 +0200
commit213b88053da331adf07b89ce35c8eb9cff914be4 (patch)
treed46c3fe63043dc05a71fde2bbed6b91c6a4ebee4 /test/makefile
parent6e7d39d0f52c02c1da991554bc8f44301369fced (diff)
merge the tests for configuration into another libapt-test
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/makefile b/test/makefile
index 5a674c42e..9fcd6a826 100644
--- a/test/makefile
+++ b/test/makefile
@@ -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