mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
3547072600
Original commit message from CVS: * testsuite/Makefile.am: define tests_ignore * testsuite/Rules: Added new tests_ignore, which get compiled, but not run (generally because they're inconsistent or have heisenbugs). Now we can ensure all the .c files compile in testsuite/. * testsuite/bins/Makefile.am: define tests_ignore * testsuite/bytestream/Makefile.am: * testsuite/caps/Makefile.am: * testsuite/clock/Makefile.am: * testsuite/debug/Makefile.am: * testsuite/debug/global.c: (gst_debug_log_one), (gst_debug_log_two): Fix compilation problem. * testsuite/dynparams/Makefile.am: * testsuite/elements/Makefile.am: * testsuite/ghostpads/Makefile.am: * testsuite/indexers/Makefile.am: * testsuite/parse/Makefile.am: * testsuite/plugin/Makefile.am: * testsuite/refcounting/Makefile.am: * testsuite/refcounting/element_pad.c: (main): Don't return leak results, because it's not calculated correctly. * testsuite/refcounting/pad.c: (main): same * testsuite/states/Makefile.am: * testsuite/tags/Makefile.am: * testsuite/threads/Makefile.am:
23 lines
626 B
Makefile
23 lines
626 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
|
|
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
|
|
|