summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-31 08:36:07 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-09-22 14:57:03 +0200
commit7b656501e5303b2caf7baba5ddefa1ffe7aedd2e (patch)
tree5b9d8eb4bd9a4f415accb5a91f80722603b8c6fc
parent40a97d47e6df4c3982ae8fe4516099b829ad7ac4 (diff)
autopkgtest
-rw-r--r--debian/tests/control2
-rwxr-xr-xdebian/tests/from-file6
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..6b140f3
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,2 @@
+Tests: from-file
+Depends: gnuais
diff --git a/debian/tests/from-file b/debian/tests/from-file
new file mode 100755
index 0000000..02a1780
--- /dev/null
+++ b/debian/tests/from-file
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -e
+
+gnuais -l /bin/ls 2>&1 # Just a random file which exists on all machines
+echo "run: OK"