Fixed or handling bug
[ntk/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
AL
26
27# Version compare tester
28PROGRAM=versiontest
29SLIBS = -lapt-pkg
f760b7d2 30LIB_MAKES = apt-pkg/makefile
8c515d62
AL
31SOURCE = versiontest.cc
32include $(PROGRAM_H)