summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-05-06 12:43:35 +0300
committerStefan Kost <ensonic@users.sf.net>2009-05-26 16:29:46 +0300
commit501f4fe13e8929bb2dfc9663f8d5f787d4b61f9e (patch)
treec011760c15644e17cb515da4e02a320e06347c68 /tests
parent32491d5a515529af6f6d9a9646430bdbdf2a2267 (diff)
makefile: idea about makeing more sources/sinks testable again
Diffstat (limited to 'tests')
-rw-r--r--tests/check/Makefile.am15
1 files changed, 14 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index b82b2d54..4ffe677c 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -12,7 +12,20 @@ TESTS_ENVIRONMENT = \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(top_builddir)/sys:$(GSTPB_PLUGINS_DIR):$(GST_PLUGINS_DIR) \
STATE_IGNORE_ELEMENTS="aasink autoaudiosrc autoaudiosink autovideosrc autovideosink cacasink cairotextoverlay gconfaudiosrc gconfvideosrc gconfaudiosink gconfvideosink halaudiosrc halaudiosink v4l2src osssrc osssink pulsesink pulsesrc pulsemixer"
-# ths core dumps of some machines have PIDs appended
+# fake device drivers: we could run hardware element tests against dummy drivers
+# v4l2: vivo (part of normal kernel)
+# modprobe vivo;
+# gst-launch v4l2src device="/dev/video1" ! xvimagesink;
+# rmmod vivo
+#
+# alsa: snd-dummy (part of normal alsa, not removable)
+# modprobe snd-dummy;
+# gst-launch alsasrc device="hw:2" ! fakesink
+# gst-launch fakesrc ! alsasink device="hw:2"
+#
+# need a way to figure out value for the device property
+
+# the core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.*
clean-local: clean-local-check