Debian: Run the builtin test suite as an autopkgtest.
This commit is contained in:
parent
624cfebb0c
commit
59f9781a23
4 changed files with 15 additions and 0 deletions
4
debian/tests/basics
vendored
Normal file
4
debian/tests/basics
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
testdir="$(mktemp -d)"
|
||||
cd "$testdir"
|
||||
exec git-annex test
|
4
debian/tests/control
vendored
Normal file
4
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
Tests: basics
|
||||
Depends: @, git, rsync, gnupg
|
||||
Restrictions: allow-stderr
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue