Another error message for failed updates
[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
024835dc
AL
14# Scratch program to test incomplete code fragments in
15PROGRAM=scratch-test
16SLIBS = -lapt-pkg
f760b7d2 17LIB_MAKES = apt-pkg/makefile
024835dc
AL
18SOURCE = scratch.cc
19include $(PROGRAM_H)
8c515d62
AL
20
21# Version compare tester
22PROGRAM=versiontest
23SLIBS = -lapt-pkg
f760b7d2 24LIB_MAKES = apt-pkg/makefile
8c515d62
AL
25SOURCE = versiontest.cc
26include $(PROGRAM_H)
7974b907
AL
27
28# Version compare tester
29PROGRAM=srcrfind
30SLIBS = -lapt-pkg
f760b7d2 31LIB_MAKES = apt-pkg/makefile
7974b907
AL
32SOURCE = srcrfind.cc
33include $(PROGRAM_H)