gstreamer/testsuite/elements/Makefile.am
David Schleef 2d19f03ddb testsuite/elements/: Add gst-inspect-check to the testsuite.
Original commit message from CVS:
* testsuite/elements/Makefile.am:
* testsuite/elements/gst-inspect-check.in: Add gst-inspect-check
to the testsuite.
2004-03-24 23:48:24 +00:00

13 lines
293 B
Makefile

include ../Rules
tests_pass = name tee property fake gst-inspect-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