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