mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
11f9c6e108
Conflicts: ges/ges-track-element.c gnl/Makefile.am gnl/common Conflicts: ges/ges-internal.h ges/ges-track.c ges/ges-utils.c ges/nle/.gitignore ges/nle/gnlmarshal.list ges/nle/nle.h ges/nle/nlecomposition.c ges/nle/nlecomposition.h ges/nle/nleghostpad.c ges/nle/nleghostpad.h ges/nle/nleobject.c ges/nle/nleoperation.c ges/nle/nleoperation.h ges/nle/nlesource.c ges/nle/nlesource.h ges/nle/nletypes.h ges/nle/nleurisource.c ges/nle/nleurisource.h gnl/Makefile.am gnl/gnl.c gnl/gnl.h gnl/gnl/gnl.h gnl/gnl/gnlcomposition.c gnl/gnl/gnlcomposition.h gnl/gnl/gnlghostpad.c gnl/gnl/gnlghostpad.h gnl/gnl/gnlmarshal.list gnl/gnl/gnlobject.c gnl/gnl/gnloperation.c gnl/gnl/gnloperation.h gnl/gnl/gnlsource.c gnl/gnl/gnlsource.h gnl/gnl/gnltypes.h gnl/gnl/gnlurisource.c gnl/gnl/gnlurisource.h gnl/gnlcomposition.c gnl/gnlcomposition.h gnl/gnlghostpad.c gnl/gnlghostpad.h gnl/gnlmarshal.list gnl/gnlobject.c gnl/gnlobject.h gnl/gnloperation.c gnl/gnloperation.h gnl/gnlsource.c gnl/gnlsource.h gnl/gnltypes.h gnl/gnlurisource.c gnl/gnlurisource.h gnl/tests/check/gnl/common.c gnl/tests/check/gnl/common.h gnl/tests/check/gnl/complex.c gnl/tests/check/gnl/gnlcomposition.c gnl/tests/check/gnl/gnloperation.c gnl/tests/check/gnl/gnlsource.c gnl/tests/check/gnl/seek.c gnl/tests/check/gnl/simple.c tests/check/gnl/common.c tests/check/gnl/common.h tests/check/gnl/complex.c tests/check/gnl/gnlcomposition.c tests/check/gnl/gnloperation.c tests/check/gnl/gnlsource.c tests/check/gnl/seek.c tests/check/gnl/simple.c tests/check/nle/common.c tests/check/nle/common.h tests/check/nle/complex.c tests/check/nle/nlecomposition.c tests/check/nle/nleoperation.c tests/check/nle/nlesource.c tests/check/nle/seek.c tests/check/nle/simple.c
134 lines
3.6 KiB
Makefile
134 lines
3.6 KiB
Makefile
include $(top_srcdir)/common/check.mak
|
|
|
|
TESTS_ENVIRONMENT =
|
|
|
|
plugindir = $(libdir)/gstreamer-@GST_API_VERSION@
|
|
|
|
# override to _not_ install the test plugins
|
|
install-pluginLTLIBRARIES:
|
|
|
|
# the core dumps of some machines have PIDs appended
|
|
CLEANFILES = core.* test-registry.* *.gcno *.gcda
|
|
|
|
common_cflags=-I$(top_srcdir) $(GST_PLUGINS_BASE_CFLAGS) $(GST_OBJ_CFLAGS) \
|
|
$(GST_CHECK_CFLAGS) $(GST_OPTION_CFLAGS) $(GST_CFLAGS)
|
|
common_ldadd=$(top_builddir)/ges/libges-@GST_API_VERSION@.la \
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) \
|
|
$(GST_OBJ_LIBS) $(GST_CHECK_LIBS)
|
|
|
|
testutils_noisnt_libraries=libtestutils.la
|
|
testutils_noinst_headers=ges/test-utils.h nle/common.h
|
|
libtestutils_la_LIBADD=$(common_ldadd)
|
|
libtestutils_la_CFLAGS=$(common_cflags)
|
|
libtestutils_la_SOURCES=ges/test-utils.c nle/common.c
|
|
|
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
|
|
|
|
|
|
clean-local: clean-local-check
|
|
|
|
check_PROGRAMS = \
|
|
ges/backgroundsource\
|
|
ges/basic \
|
|
ges/layer \
|
|
ges/effects \
|
|
ges/uriclip \
|
|
ges/clip \
|
|
ges/timelineedition \
|
|
ges/titles\
|
|
ges/transition \
|
|
ges/overlays\
|
|
ges/text_properties\
|
|
ges/mixers\
|
|
ges/group\
|
|
ges/project\
|
|
nle/simple \
|
|
nle/complex \
|
|
nle/nlesource \
|
|
nle/nleoperation \
|
|
nle/nlecomposition
|
|
|
|
noinst_LTLIBRARIES=$(testutils_noisnt_libraries)
|
|
noinst_HEADERS=$(testutils_noinst_headers)
|
|
|
|
TESTS = $(check_PROGRAMS)
|
|
|
|
AM_CFLAGS = $(common_cflags) -UG_DISABLE_ASSERT -UG_DISABLE_CAST_CHECKS
|
|
LDADD = $(common_ldadd) libtestutils.la
|
|
|
|
noinst_PROGRAMS = integration
|
|
|
|
integration_SOURCES = ges/integration.c
|
|
integration_LDADD = $(LDADD)
|
|
integration_CFLAGS = $(AM_CFLAGS)
|
|
|
|
EXTRA_DIST = \
|
|
ges/test-project.xges \
|
|
ges/test-auto-transition.xges \
|
|
ges/test-keyframes.xges \
|
|
ges/audio_only.ogg \
|
|
ges/image.png \
|
|
ges/audio_video.ogg
|
|
|
|
COVERAGE_DIRS = \
|
|
ges
|
|
COVERAGE_FILES = $(foreach dir,$(COVERAGE_DIRS),$(wildcard $(top_builddir)/$(dir)/*.gcov))
|
|
COVERAGE_FILES_REL = $(subst $(top_builddir)/,,$(COVERAGE_FILES))
|
|
COVERAGE_OUT_FILES = $(foreach dir,$(COVERAGE_DIRS),$(wildcard $(top_builddir)/$(dir)/*.gcov.out))
|
|
COVERAGE_OUT_FILES_REL = $(subst $(top_builddir)/,,$(COVERAGE_OUT_FILES))
|
|
|
|
debug:
|
|
echo $(COVERAGE_FILES)
|
|
echo $(COVERAGE_FILES_REL)
|
|
|
|
.PHONY: coverage
|
|
if GST_GCOV_ENABLED
|
|
# we rebuild a registry and do gst-inspect so that all the get/set codepaths
|
|
# are also covered
|
|
coverage:
|
|
make check
|
|
make coverage-report
|
|
else
|
|
coverage:
|
|
echo "You need to configure with --enable-gcov to get coverage data"
|
|
exit 1
|
|
endif
|
|
|
|
coverage-report:
|
|
if test ! -e coverage; then
|
|
rm -r coverage
|
|
fi
|
|
for dir in $(COVERAGE_DIRS); do \
|
|
mkdir -p coverage/$$dir; \
|
|
make -C $(top_builddir)/$$dir gcov; \
|
|
done
|
|
for dir in $(COVERAGE_DIRS); do \
|
|
files="`ls $(top_builddir)/$$dir/*.gcov.out 2> /dev/null`"; \
|
|
if test ! -z "$$files"; then \
|
|
perl $(top_srcdir)/common/coverage/coverage-report.pl \
|
|
$(top_builddir)/$$dir/*.gcov.out > \
|
|
coverage/$$dir/index.xml; \
|
|
xsltproc $(top_srcdir)/common/coverage/coverage-report.xsl \
|
|
coverage/$$dir/index.xml > coverage/$$dir/index.html; \
|
|
fi; \
|
|
done
|
|
for file in $(COVERAGE_FILES_REL); do \
|
|
echo Generating coverage/$$file.html; \
|
|
perl $(top_srcdir)/common/coverage/coverage-report-entry.pl \
|
|
$(top_builddir)/$$file > coverage/$$file.html; \
|
|
done
|
|
|
|
check-integration: integration
|
|
CK_DEFAULT_TIMEOUT=20 ./integration
|
|
|
|
check-integration-forever:
|
|
@while true; do \
|
|
make check-integration \
|
|
CK_DEFAULT_TIMEOUT=20 \
|
|
$* || break; done
|
|
|
|
check-integration-gdb:
|
|
@$(TESTS_ENVIRONMENT) \
|
|
CK_FORK=no \
|
|
$(LIBTOOL) --mode=execute \
|
|
gdb ./integration
|