diff options
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 6 | ||||
-rwxr-xr-x | debian/tests/test-installed | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..7d03b20 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,6 @@ +Tests: test-installed +Restrictions: needs-root, isolation-machine +Depends: + fdisk, + mdadm, + udev, diff --git a/debian/tests/test-installed b/debian/tests/test-installed new file mode 100755 index 0000000..98ab4af --- /dev/null +++ b/debian/tests/test-installed @@ -0,0 +1,3 @@ +#!/bin/sh + +./test |