summaryrefslogtreecommitdiffstats
path: root/src/at/testsuite.at
blob: 86e2d37c0378482263433b5a1f178f5fbfe9b441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
AT_INIT([dpkg tools functional test suite])
AT_COLOR_TESTS

AT_TESTED([dpkg-deb])
AT_BANNER([Binary .deb packages])
m4_include([deb-format.at])
m4_include([deb-content.at])
m4_include([deb-fields.at])

AT_TESTED([dpkg-split])
AT_BANNER([Split .deb packages])
m4_include([deb-split.at])

AT_TESTED([dpkg-realpath])
AT_BANNER([Resolve pathnames])
m4_include([realpath.at])

AT_TESTED([dpkg-divert])
AT_BANNER([Diversions])
m4_include([divert.at])

AT_TESTED([dpkg])
AT_BANNER([Change directory options])
m4_include([chdir.at])