]> git.saurik.com Git - apt.git/blame - test/makefile
Fini
[apt.git] / test / makefile
CommitLineData
024835dc
AL
1# -*- make -*-
2BASE=..
3SUBDIR=test
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8bb5959b
AL
8# Program for testing methods
9PROGRAM=mthdcat
10SLIBS =
11SOURCE = mthdcat.cc
12include $(PROGRAM_H)
13
67ff87bf
AL
14# Program for testing methods
15PROGRAM=uritest
16SLIBS = -lapt-pkg
17SOURCE = uri.cc
18include $(PROGRAM_H)
19
024835dc
AL
20# Scratch program to test incomplete code fragments in
21PROGRAM=scratch-test
421c8d10
AL
22SLIBS = -lapt-inst -lapt-pkg
23LIB_MAKES = apt-pkg/makefile apt-inst/makefile
024835dc
AL
24SOURCE = scratch.cc
25include $(PROGRAM_H)
8c515d62 26
421c8d10
AL
27PROGRAM=testextract
28SLIBS = -lapt-inst -lapt-pkg
29LIB_MAKES = apt-pkg/makefile apt-inst/makefile
30SOURCE = testextract.cc
31include $(PROGRAM_H)
32
8c515d62
AL
33# Version compare tester
34PROGRAM=versiontest
35SLIBS = -lapt-pkg
f760b7d2 36LIB_MAKES = apt-pkg/makefile
8c515d62
AL
37SOURCE = versiontest.cc
38include $(PROGRAM_H)
7974b907
AL
39
40# Version compare tester
41PROGRAM=srcrfind
42SLIBS = -lapt-pkg
f760b7d2 43LIB_MAKES = apt-pkg/makefile
7974b907
AL
44SOURCE = srcrfind.cc
45include $(PROGRAM_H)
eac03193
AL
46
47# Control Extracter tester
48PROGRAM=extractcontrol
49SLIBS = -lapt-pkg -lapt-inst -ldb2
50LIB_MAKES = apt-pkg/makefile
51SOURCE = extractcontrol.cc
52include $(PROGRAM_H)