gstreamer/testsuite/elements/Makefile.am
David Schleef 2c4c302945 testsuite/elements/: A little test to keep distcheck from working if someone changes a structure size accidentally.
Original commit message from CVS:
* testsuite/elements/Makefile.am:
* testsuite/elements/struct_i386.h:
* testsuite/elements/struct_size.c: (main):  A little test
to keep distcheck from working if someone changes a structure
size accidentally.
2004-07-28 19:16:44 +00:00

20 lines
635 B
Makefile

include ../Rules
# disable gst-compprep-check until it doesn't leave stray files for distcheck
tests_pass = name tee property fake gst-inspect-check struct_size
tests_fail =
tests_ignore =
noinst_HEADERS = property.h
gst_inspect_check_SOURCES =
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
chmod +x gst-inspect-check$(EXEEXT)
#gst_compprep_check_SOURCES =
#gst-compprep-check$(EXEEXT):
# cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in