blob: d356db55654e48c79527a4817b9e8d68c898129e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# packaging tests
Debian autopkgtests from `distro/pkg/deb/tests` are reused here
using `apkg test` and symlinks.
To run tests (from project root):
apkg test
See templated tests control: distro/tests/extra/all
To see rendered control (from project root):
apkg test --show-control [--distro debian-11]
See [apkg test docs](https://pkg.labs.nic.cz/pages/apkg/test/).
|