]> git.saurik.com Git - apt.git/blame - test/makefile
merge the tests for configuration into another libapt-test
[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
421c8d10
AL
16SLIBS = -lapt-inst -lapt-pkg
17LIB_MAKES = apt-pkg/makefile apt-inst/makefile
024835dc
AL
18SOURCE = scratch.cc
19include $(PROGRAM_H)
8c515d62
AL
20
21# Version compare tester
b2e465d6
AL
22PROGRAM=testextract
23SLIBS = -lapt-pkg -lapt-inst
24LIB_MAKES = apt-pkg/makefile apt-inst/makefile
25SOURCE = testextract.cc
26include $(PROGRAM_H)
27
b2e465d6
AL
28# Program for testing the tar/deb extractor
29PROGRAM=testdeb
30SLIBS = -lapt-pkg -lapt-inst
31SOURCE = testdeb.cc
32include $(PROGRAM_H)
33
34# Program for testing tar extraction
35PROGRAM=extract-control
36SLIBS = -lapt-pkg -lapt-inst
37SOURCE = extract-control.cc
38include $(PROGRAM_H)
39
784202a2
AL
40# Program for testing hashes
41PROGRAM=hash
42SLIBS = -lapt-pkg
43SOURCE = hash.cc
44include $(PROGRAM_H)
45
cbc9bed8
MV
46# Program for testing udevcdrom
47PROGRAM=test_udevcdrom
48SLIBS = -lapt-pkg
49SOURCE = test_udevcdrom.cc
50include $(PROGRAM_H)
51
c0a00c82 52# Program for checking rpm versions
a722b2c5
DK
53#PROGRAM=rpmver
54#SLIBS = -lapt-pkg -lrpm
55#SOURCE = rpmver.cc
56#include $(PROGRAM_H)