diff options
author | Sebastian Dröge <sebastian.droege@collabora.co.uk> | 2009-04-07 15:50:37 +0200 |
---|---|---|
committer | Dave Robillard <dave@drobilla.net> | 2009-05-03 12:03:14 -0400 |
commit | b8de3969acdb19bcb68738d512c6ef29a1646a73 (patch) | |
tree | 2d201d5c13163649eda64b13c6113439ea375367 /tests/check/Makefile.am | |
parent | 5885b6d1c4566d8d5c767295835f580d8fc601d9 (diff) | |
download | gst-plugins-bad-b8de3969acdb19bcb68738d512c6ef29a1646a73.tar.gz gst-plugins-bad-b8de3969acdb19bcb68738d512c6ef29a1646a73.tar.bz2 gst-plugins-bad-b8de3969acdb19bcb68738d512c6ef29a1646a73.zip |
mxf: Add unit tests for checking if mxfmux ! mxfdemux pipelines are working without errors
Diffstat (limited to 'tests/check/Makefile.am')
-rw-r--r-- | tests/check/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 80027c82..b8e890c1 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -95,6 +95,7 @@ check_PROGRAMS = \ elements/selector \ elements/mxfdemux \ elements/mxfmux \ + pipelines/mxf \ elements/y4menc \ $(check_metadata) |