summaryrefslogtreecommitdiff
path: root/test/makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:56:01 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:56:01 +0000
commit4c8ccdd48e1834ab2bcd11c769cb41be046a6516 (patch)
tree9af3f2d0575ddae191a100776bd00869ef4d276c /test/makefile
parentf75a4d4477b9e1412ddce99975bcc78161ad69f4 (diff)
Fixed up test dir WRT aliencode
Author: jgg Date: 2000-05-13 04:23:01 GMT Fixed up test dir WRT aliencode
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/makefile b/test/makefile
index 31d67d46c..e2f4c048f 100644
--- a/test/makefile
+++ b/test/makefile
@@ -24,29 +24,9 @@ LIB_MAKES = apt-pkg/makefile apt-inst/makefile
SOURCE = scratch.cc
include $(PROGRAM_H)
-PROGRAM=testextract
-SLIBS = -lapt-inst -lapt-pkg
-LIB_MAKES = apt-pkg/makefile apt-inst/makefile
-SOURCE = testextract.cc
-include $(PROGRAM_H)
-
# Version compare tester
PROGRAM=versiontest
SLIBS = -lapt-pkg
LIB_MAKES = apt-pkg/makefile
SOURCE = versiontest.cc
include $(PROGRAM_H)
-
-# Version compare tester
-PROGRAM=srcrfind
-SLIBS = -lapt-pkg
-LIB_MAKES = apt-pkg/makefile
-SOURCE = srcrfind.cc
-include $(PROGRAM_H)
-
-# Control Extracter tester
-PROGRAM=extractcontrol
-SLIBS = -lapt-pkg -lapt-inst -ldb2
-LIB_MAKES = apt-pkg/makefile
-SOURCE = extractcontrol.cc
-include $(PROGRAM_H)