mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tests/check/: sync .cvsignome and CLEANFILES
Original commit message from CVS: * tests/check/.cvsignore: * tests/check/Makefile.am: sync .cvsignome and CLEANFILES
This commit is contained in:
parent
24d07724be
commit
8bfabdfe1c
3 changed files with 22 additions and 16 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-12-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
|
* tests/check/.cvsignore:
|
||||||
|
* tests/check/Makefile.am:
|
||||||
|
sync .cvsignome and CLEANFILES
|
||||||
|
|
||||||
2006-12-21 Stefan Kost <ensonic@users.sf.net>
|
2006-12-21 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tests/check/Makefile.am:
|
* tests/check/Makefile.am:
|
||||||
|
|
4
tests/check/.gitignore
vendored
4
tests/check/.gitignore
vendored
|
@ -1,2 +1,4 @@
|
||||||
test-registry.xml
|
test-registry.reg
|
||||||
*.gcno
|
*.gcno
|
||||||
|
*.gcda
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,6 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
# checks to fix
|
|
||||||
# gst/gstplugin
|
|
||||||
|
|
||||||
if GST_DISABLE_PARSE
|
if GST_DISABLE_PARSE
|
||||||
PARSE_CHECKS =
|
PARSE_CHECKS =
|
||||||
else
|
else
|
||||||
|
@ -56,9 +53,9 @@ REGISTRY_CHECKS = \
|
||||||
gst/gstutils \
|
gst/gstutils \
|
||||||
generic/sinks \
|
generic/sinks \
|
||||||
elements/fakesink \
|
elements/fakesink \
|
||||||
elements/fakesrc \
|
elements/fakesrc \
|
||||||
elements/fdsrc \
|
elements/fdsrc \
|
||||||
elements/filesrc \
|
elements/filesrc \
|
||||||
elements/identity \
|
elements/identity \
|
||||||
libs/basesrc \
|
libs/basesrc \
|
||||||
libs/controller \
|
libs/controller \
|
||||||
|
@ -66,37 +63,38 @@ REGISTRY_CHECKS = \
|
||||||
pipelines/stress
|
pipelines/stress
|
||||||
endif
|
endif
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
gst/gstabi \
|
gst/gstabi \
|
||||||
gst/gstbuffer \
|
gst/gstbuffer \
|
||||||
gst/gstbus \
|
gst/gstbus \
|
||||||
gst/gstcaps \
|
gst/gstcaps \
|
||||||
gst/gstinfo \
|
gst/gstinfo \
|
||||||
gst/gstiterator \
|
gst/gstiterator \
|
||||||
gst/gstmessage \
|
gst/gstmessage \
|
||||||
gst/gstminiobject \
|
gst/gstminiobject \
|
||||||
gst/gstobject \
|
gst/gstobject \
|
||||||
gst/gstpad \
|
gst/gstpad \
|
||||||
gst/gstsegment \
|
gst/gstsegment \
|
||||||
gst/gstsystemclock \
|
gst/gstsystemclock \
|
||||||
gst/gststructure \
|
gst/gststructure \
|
||||||
gst/gsttag \
|
gst/gsttag \
|
||||||
gst/gsttask \
|
gst/gsttask \
|
||||||
gst/gstvalue \
|
gst/gstvalue \
|
||||||
$(LOADSAVE_CHECKS) \
|
$(LOADSAVE_CHECKS) \
|
||||||
generic/states \
|
generic/states \
|
||||||
$(PARSE_CHECKS) \
|
$(PARSE_CHECKS) \
|
||||||
$(REGISTRY_CHECKS) \
|
$(REGISTRY_CHECKS) \
|
||||||
libs/libsabi \
|
libs/libsabi \
|
||||||
libs/gdp \
|
libs/gdp \
|
||||||
libs/adapter \
|
libs/adapter \
|
||||||
libs/gstnetclientclock \
|
libs/gstnetclientclock \
|
||||||
libs/gstnettimeprovider
|
libs/gstnettimeprovider
|
||||||
|
|
||||||
# failing tests
|
# failing tests
|
||||||
|
# queue : seems to work with installed gstcheck
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
gst/gstpipeline \
|
gst/gstpipeline \
|
||||||
libs/collectpads \
|
libs/collectpads \
|
||||||
elements/queue
|
elements/queue
|
||||||
|
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
|
|
Loading…
Reference in a new issue