Fixed espy's bug with experimental
[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
17SOURCE = scratch.cc
18include $(PROGRAM_H)
8c515d62
AL
19
20# Version compare tester
21PROGRAM=versiontest
22SLIBS = -lapt-pkg
23SOURCE = versiontest.cc
24include $(PROGRAM_H)
7974b907
AL
25
26# Version compare tester
27PROGRAM=srcrfind
28SLIBS = -lapt-pkg
29SOURCE = srcrfind.cc
30include $(PROGRAM_H)