mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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>
|
2006-08-08 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -64,6 +64,7 @@ check_PROGRAMS = \
|
||||||
gst/gstbuffer \
|
gst/gstbuffer \
|
||||||
gst/gstbus \
|
gst/gstbus \
|
||||||
gst/gstcaps \
|
gst/gstcaps \
|
||||||
|
gst/gstinfo \
|
||||||
gst/gstiterator \
|
gst/gstiterator \
|
||||||
gst/gstmessage \
|
gst/gstmessage \
|
||||||
gst/gstminiobject \
|
gst/gstminiobject \
|
||||||
|
@ -140,6 +141,7 @@ libs_typefindhelper_LDADD = \
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
# these just need valgrind fixing, period
|
# these just need valgrind fixing, period
|
||||||
VALGRIND_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
|
gst/gstinfo \
|
||||||
libs/collectpads
|
libs/collectpads
|
||||||
|
|
||||||
VALGRIND_IGNORE = \
|
VALGRIND_IGNORE = \
|
||||||
|
|
1
tests/check/gst/.gitignore
vendored
1
tests/check/gst/.gitignore
vendored
|
@ -25,3 +25,4 @@ gstvalue
|
||||||
gstquery
|
gstquery
|
||||||
gsttask
|
gsttask
|
||||||
*.check.xml
|
*.check.xml
|
||||||
|
gstinfo
|
||||||
|
|
Loading…
Reference in a new issue