mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
13cdc0bf84
Original commit message from CVS: remove tests replaced by checks
20 lines
615 B
Makefile
20 lines
615 B
Makefile
include ../Rules
|
|
|
|
# disable gst-compprep-check until it doesn't leave stray files for distcheck
|
|
tests_pass = gst-inspect-check struct_size
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
noinst_HEADERS = struct_i386.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
|