File: README

package info (click to toggle)
adequate 0.17.6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 254; makefile: 111; sh: 75; ansic: 29
file content (23 lines) | stat: -rw-r--r-- 499 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# autopkgtest

If you're a package maintainer, you can easily have adequate check your
package(s) with autopkgtest.

Example debian/tests/adequate:

---8<---
#!/bin/sh

adequate --fail $(dh_listpackages) >&2
--->8---

Example debian/tests/control snippet:

---8<---
Tests: adequate
Depends: @, adequate, debhelper
Restrictions: superficial
--->8---

Do note that adequate likely does not suffice as the only test in a package's
autopkgtest suite, but that it might serve well as an additional test.