1SADT(1) SADT(1)
2
3
4
6 sadt - simple DEP-8 test runner
7
9 sadt [options] [test-name...]
10
12 sadt is a simple implementation of DEP-8 (“automatic as-installed
13 package testing”) test runner.
14
15 It is your responsibility to satisfy tests' dependencies. sadt won't
16 attempt to install any missing packages. If a test's dependencies
17 cannot be satisfied by packages that are currently installed, the test
18 will be skipped.
19
20 sadt won't build the package even if a test declares the build-needed
21 restriction. Instead, such a test will be skipped. However, you can
22 build the package manually, and then tell sadt to assume that the
23 package is already built using the -b/--built-source-tree.
24
25 sadt doesn't implement any virtualisation arrangements, therefore it
26 skips tests that declare the breaks-testbed restriction.
27
29 -v, --verbose
30 Make the output more verbose.
31
32 -b, --built-source-tree
33 Assume that the source tree is already built. This is equivalent
34 to --ignore-restriction=build-needed.
35
36 --ignore-restriction=restriction
37 Don't skip tests that declare the restriction.
38
39 -h, --help
40 Show a help message and exit.
41
43 README.package-tests shipped by autopkgtest 2.7.2
44
46 adt-run(1)
47
48
49
50Debian Utilities 2021-05-03 SADT(1)