summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-12-31 07:47:04 +0100
committerHelmut Grohne <helmut@subdivi.de>2022-12-31 07:47:04 +0100
commit39daf2ef0d7e9087d2625d9da9dfd07d681c583e (patch)
treed1ea3869aaa2453935ad3e889937f186718d55c0
parent3c0de91f6d9ca23ce503de6c94e593145faeb3e4 (diff)
downloaddebvm-39daf2ef0d7e9087d2625d9da9dfd07d681c583e.tar.gz
add an autopkgtest
-rw-r--r--debian/control1
-rw-r--r--debian/tests/control3
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