]> git.saurik.com Git - apt.git/blame_incremental - test/makefile
Fixed sparc compile warning
[apt.git] / test / makefile
... / ...
CommitLineData
1# -*- make -*-
2BASE=..
3SUBDIR=test
4
5# Bring in the default rules
6include ../buildlib/defaults.mak
7
8# Program for testing methods
9PROGRAM=mthdcat
10SLIBS =
11SOURCE = mthdcat.cc
12include $(PROGRAM_H)
13
14# Scratch program to test incomplete code fragments in
15PROGRAM=scratch-test
16SLIBS = -lapt-pkg
17LIB_MAKES = apt-pkg/makefile
18SOURCE = scratch.cc
19include $(PROGRAM_H)
20
21# Version compare tester
22PROGRAM=versiontest
23SLIBS = -lapt-pkg
24LIB_MAKES = apt-pkg/makefile
25SOURCE = versiontest.cc
26include $(PROGRAM_H)
27
28# Version compare tester
29PROGRAM=srcrfind
30SLIBS = -lapt-pkg
31LIB_MAKES = apt-pkg/makefile
32SOURCE = srcrfind.cc
33include $(PROGRAM_H)