mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +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>
|
||||
|
||||
* 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
|
||||
*.gcda
|
||||
|
||||
|
|
|
@ -25,9 +25,6 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
|||
|
||||
clean-local: clean-local-check
|
||||
|
||||
# checks to fix
|
||||
# gst/gstplugin
|
||||
|
||||
if GST_DISABLE_PARSE
|
||||
PARSE_CHECKS =
|
||||
else
|
||||
|
@ -94,6 +91,7 @@ check_PROGRAMS = \
|
|||
libs/gstnettimeprovider
|
||||
|
||||
# failing tests
|
||||
# queue : seems to work with installed gstcheck
|
||||
noinst_PROGRAMS = \
|
||||
gst/gstpipeline \
|
||||
libs/collectpads \
|
||||
|
|
Loading…
Reference in a new issue