diff options
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/tests/control | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/control b/debian/control index fb4d76c..c844b4e 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Priority: optional Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://salsa.debian.org/helmutg/debvm/ +Testsuite: autopkgtest Package: debvm Architecture: all diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..9401ca5 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Test-Command: ./tests/create-and-run.sh $(dpkg --print-architecture) sid +Depends: debvm, fakeroot, fakechroot, sleepenh, openssh-client, libsystemd-shared +Restrictions: allow-stderr, needs-internet |