[SCM] vlc/master: Add DEP-8 tests

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Oct 5 20:06:10 UTC 2015


The following commit has been merged in the master branch:
commit 436f5e509b9428de15331a1e51ccc480db96638c
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Oct 5 22:03:23 2015 +0200

    Add DEP-8 tests

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..c79b198
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,19 @@
+Tests: vlc-nox
+Depends: vlc-nox
+Restrictions: allow-stderr
+
+Tests: vlc
+Depends: vlc
+Restrictions: allow-stderr
+
+Tests: vlc-all
+Depends:
+ vlc,
+ vlc-plugin-fluidsynth,
+ vlc-plugin-jack,
+ vlc-plugin-notify,
+ vlc-plugin-sdl,
+ vlc-plugin-svg,
+ vlc-plugin-zvbi,
+ vlc-plugin-samba
+Restrictions: allow-stderr
diff --git a/debian/tests/vlc b/debian/tests/vlc
new file mode 100755
index 0000000..d37c4ee
--- /dev/null
+++ b/debian/tests/vlc
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+vlc -vvv --ignore-config --list --no-color
diff --git a/debian/tests/vlc-all b/debian/tests/vlc-all
new file mode 100755
index 0000000..d37c4ee
--- /dev/null
+++ b/debian/tests/vlc-all
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+vlc -vvv --ignore-config --list --no-color
diff --git a/debian/tests/vlc-nox b/debian/tests/vlc-nox
new file mode 100755
index 0000000..d37c4ee
--- /dev/null
+++ b/debian/tests/vlc-nox
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+
+vlc -vvv --ignore-config --list --no-color

-- 
VLC media player packaging



More information about the pkg-multimedia-commits mailing list