]> git.saurik.com Git - apt.git/blob - test/makefile
support yet another webserver in the integration tests: gatling
[apt.git] / test / makefile
1 # -*- make -*-
2 BASE=..
3 SUBDIR=test
4
5 # Bring in the default rules
6 include ../buildlib/defaults.mak
7
8 # Program for testing methods
9 PROGRAM=mthdcat
10 SLIBS =
11 SOURCE = mthdcat.cc
12 include $(PROGRAM_H)
13
14 # Scratch program to test incomplete code fragments in
15 PROGRAM=scratch-test
16 SLIBS = -lapt-inst -lapt-pkg
17 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
18 SOURCE = scratch.cc
19 include $(PROGRAM_H)
20
21 # Version compare tester
22 PROGRAM=testextract
23 SLIBS = -lapt-pkg -lapt-inst
24 LIB_MAKES = apt-pkg/makefile apt-inst/makefile
25 SOURCE = testextract.cc
26 include $(PROGRAM_H)
27
28 # Program for testing the config file parser
29 PROGRAM=conftest_clear
30 SLIBS = -lapt-pkg
31 SOURCE = conf_clear.cc
32 include $(PROGRAM_H)
33
34 # Program for testing the config file parser
35 PROGRAM=conftest
36 SLIBS = -lapt-pkg
37 SOURCE = conf.cc
38 include $(PROGRAM_H)
39
40 # Program for testing the tar/deb extractor
41 PROGRAM=testdeb
42 SLIBS = -lapt-pkg -lapt-inst
43 SOURCE = testdeb.cc
44 include $(PROGRAM_H)
45
46 # Program for testing tar extraction
47 PROGRAM=extract-control
48 SLIBS = -lapt-pkg -lapt-inst
49 SOURCE = extract-control.cc
50 include $(PROGRAM_H)
51
52 # Program for testing hashes
53 PROGRAM=hash
54 SLIBS = -lapt-pkg
55 SOURCE = hash.cc
56 include $(PROGRAM_H)
57
58 # Program for testing udevcdrom
59 PROGRAM=test_udevcdrom
60 SLIBS = -lapt-pkg
61 SOURCE = test_udevcdrom.cc
62 include $(PROGRAM_H)
63
64 # Program for checking rpm versions
65 #PROGRAM=rpmver
66 #SLIBS = -lapt-pkg -lrpm
67 #SOURCE = rpmver.cc
68 #include $(PROGRAM_H)