Minimal CD swaps
[ntk/apt.git] / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
4
5 # Bring in the default rules
6 include ../buildlib/defaults.mak
7
8 # Program for testing methods
9 PROGRAM=mthdcat
10 SLIBS =
11 SOURCE = mthdcat.cc
12 include $(PROGRAM_H)
13
14 # Program for testing methods
15 PROGRAM=uritest
16 SLIBS = -lapt-pkg
17 SOURCE = uri.cc
18 include $(PROGRAM_H)
19
20 # Scratch program to test incomplete code fragments in
21 PROGRAM=scratch-test
22 SLIBS = -lapt-inst -lapt-pkg
23 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
24 SOURCE = scratch.cc
25 include $(PROGRAM_H)
26
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
33 # Version compare tester
34 PROGRAM=versiontest
35 SLIBS = -lapt-pkg
36 LIB_MAKES = apt-pkg/makefile
37 SOURCE = versiontest.cc
38 include $(PROGRAM_H)
39
40 # Version compare tester
41 PROGRAM=srcrfind
42 SLIBS = -lapt-pkg
43 LIB_MAKES = apt-pkg/makefile
44 SOURCE = srcrfind.cc
45 include $(PROGRAM_H)