]> git.saurik.com Git - apt-legacy.git/blame - test/makefile
Fix compilation of http when embedding into Cydia.
[apt-legacy.git] / test / makefile
CommitLineData
da6ee469
JF
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# Program for testing methods
15PROGRAM=uritest
16SLIBS = -lapt-pkg
17SOURCE = uri.cc
18include $(PROGRAM_H)
19
20# Scratch program to test incomplete code fragments in
21PROGRAM=scratch-test
22SLIBS = -lapt-inst -lapt-pkg
23LIB_MAKES = apt-pkg/makefile apt-inst/makefile
24SOURCE = scratch.cc
25include $(PROGRAM_H)
26
27# Version compare tester
28PROGRAM=versiontest
29SLIBS = -lapt-pkg
30LIB_MAKES = apt-pkg/makefile
31SOURCE = versiontest.cc
32include $(PROGRAM_H)
33
34# Version compare tester
35PROGRAM=testextract
36SLIBS = -lapt-pkg -lapt-inst
37LIB_MAKES = apt-pkg/makefile apt-inst/makefile
38SOURCE = testextract.cc
39include $(PROGRAM_H)
40
41# Program for testing the config file parser
42PROGRAM=conftest_clear
43SLIBS = -lapt-pkg
44SOURCE = conf_clear.cc
45include $(PROGRAM_H)
46
47# Program for testing the config file parser
48PROGRAM=conftest
49SLIBS = -lapt-pkg
50SOURCE = conf.cc
51include $(PROGRAM_H)
52
53# Program for testing the tar/deb extractor
54PROGRAM=testdeb
55SLIBS = -lapt-pkg -lapt-inst
56SOURCE = testdeb.cc
57include $(PROGRAM_H)
58
59# Program for testing tar extraction
60PROGRAM=extract-control
61SLIBS = -lapt-pkg -lapt-inst
62SOURCE = extract-control.cc
63include $(PROGRAM_H)
64
65# Program for testing hashes
66PROGRAM=hash
67SLIBS = -lapt-pkg
68SOURCE = hash.cc
69include $(PROGRAM_H)
70
0e5943eb
JF
71# Program for testing udevcdrom
72PROGRAM=test_udevcdrom
73SLIBS = -lapt-pkg
74SOURCE = test_udevcdrom.cc
75include $(PROGRAM_H)
76
da6ee469
JF
77# Program for checking rpm versions
78PROGRAM=rpmver
79SLIBS = -lapt-pkg -lrpm
80SOURCE = rpmver.cc
81include $(PROGRAM_H)