]>
Commit | Line | Data |
---|---|---|
024835dc | 1 | # -*- make -*- |
369c919f DK |
2 | BASE=../.. |
3 | SUBDIR=test/interactive-helper | |
024835dc AL |
4 | |
5 | # Bring in the default rules | |
369c919f | 6 | include ../../buildlib/defaults.mak |
024835dc | 7 | |
8bb5959b AL |
8 | # Program for testing methods |
9 | PROGRAM=mthdcat | |
10 | SLIBS = | |
11 | SOURCE = mthdcat.cc | |
12 | include $(PROGRAM_H) | |
13 | ||
8c515d62 | 14 | # Version compare tester |
b2e465d6 AL |
15 | PROGRAM=testextract |
16 | SLIBS = -lapt-pkg -lapt-inst | |
17 | LIB_MAKES = apt-pkg/makefile apt-inst/makefile | |
18 | SOURCE = testextract.cc | |
19 | include $(PROGRAM_H) | |
20 | ||
b2e465d6 AL |
21 | # Program for testing the tar/deb extractor |
22 | PROGRAM=testdeb | |
23 | SLIBS = -lapt-pkg -lapt-inst | |
24 | SOURCE = testdeb.cc | |
25 | include $(PROGRAM_H) | |
26 | ||
27 | # Program for testing tar extraction | |
28 | PROGRAM=extract-control | |
29 | SLIBS = -lapt-pkg -lapt-inst | |
30 | SOURCE = extract-control.cc | |
31 | include $(PROGRAM_H) | |
32 | ||
cbc9bed8 MV |
33 | # Program for testing udevcdrom |
34 | PROGRAM=test_udevcdrom | |
35 | SLIBS = -lapt-pkg | |
36 | SOURCE = test_udevcdrom.cc | |
37 | include $(PROGRAM_H) | |
38 | ||
c0a00c82 | 39 | # Program for checking rpm versions |
a722b2c5 DK |
40 | #PROGRAM=rpmver |
41 | #SLIBS = -lapt-pkg -lrpm | |
42 | #SOURCE = rpmver.cc | |
43 | #include $(PROGRAM_H) |