mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
tests/check/: Let's enable the new unit test as well.
Original commit message from CVS: * tests/check/Makefile.am: * tests/check/gst/.cvsignore: Let's enable the new unit test as well.
This commit is contained in:
parent
57212633aa
commit
4a33367208
3 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-08-09 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
* tests/check/gst/.cvsignore:
|
||||
Let's enable the new unit test as well.
|
||||
|
||||
2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -64,6 +64,7 @@ check_PROGRAMS = \
|
|||
gst/gstbuffer \
|
||||
gst/gstbus \
|
||||
gst/gstcaps \
|
||||
gst/gstinfo \
|
||||
gst/gstiterator \
|
||||
gst/gstmessage \
|
||||
gst/gstminiobject \
|
||||
|
@ -140,6 +141,7 @@ libs_typefindhelper_LDADD = \
|
|||
# valgrind testing
|
||||
# these just need valgrind fixing, period
|
||||
VALGRIND_TO_FIX = \
|
||||
gst/gstinfo \
|
||||
libs/collectpads
|
||||
|
||||
VALGRIND_IGNORE = \
|
||||
|
|
1
tests/check/gst/.gitignore
vendored
1
tests/check/gst/.gitignore
vendored
|
@ -25,3 +25,4 @@ gstvalue
|
|||
gstquery
|
||||
gsttask
|
||||
*.check.xml
|
||||
gstinfo
|
||||
|
|
Loading…
Reference in a new issue