diff options
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..5d6e4b6 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,15 @@ +Test-Command: ./debian/tests/variants --version +Depends: @ +Restrictions: superficial + +Test-Command: ./debian/tests/upstreamtest /usr/bin/vim +Depends: vim, cscope, procps +Restrictions: needs-root, allow-stderr, flaky + +Test-Command: ./debian/tests/upstreamtest /usr/bin/vim +Depends: vim-nox, cscope, procps +Restrictions: needs-root, allow-stderr, flaky + +Test-Command: ./debian/tests/upstreamtest /usr/bin/vi +Depends: vim-tiny +Restrictions: needs-root, allow-stderr, flaky |