d/tests: add yuzu-cmd autopkgtest
This commit is contained in:
parent
98e5fc1809
commit
473da9c6de
2 changed files with 10 additions and 0 deletions
2
debian/tests/control
vendored
Normal file
2
debian/tests/control
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
Tests: yuzu-cmd
|
||||
Depends: @
|
8
debian/tests/yuzu-cmd
vendored
Executable file
8
debian/tests/yuzu-cmd
vendored
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
# cd "$AUTOPKGTEST_TMP"
|
||||
|
||||
yuzu-cmd --help
|
||||
yuzu-cmd --version
|
Loading…
Reference in a new issue