mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 21:31:27 +00:00
3f812f873f
Original commit message from CVS: * testsuite/elements/Makefile.am: * testsuite/elements/gst-compprep-check: add check to make sure gst-compprep works * testsuite/elements/gst-inspect-check.in: improve initialization output * testsuite/gst-inspect-check: remove old file
16 lines
340 B
Makefile
16 lines
340 B
Makefile
include ../Rules
|
|
|
|
tests_pass = name tee property fake gst-inspect-check gst-compprep-check
|
|
tests_fail =
|
|
|
|
noinst_HEADERS = property.h
|
|
|
|
|
|
gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
|
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
|
chmod +x gst-inspect-check
|
|
|
|
gst-compprep-check:
|
|
true
|
|
|