tests/check/: Let's enable the new unit test as well.
authorTim-Philipp Müller <tim@centricular.net>
Wed, 9 Aug 2006 15:26:54 +0000 (15:26 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 9 Aug 2006 15:26:54 +0000 (15:26 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
* tests/check/gst/.cvsignore:
Let's enable the new unit test as well.

ChangeLog
tests/check/Makefile.am
tests/check/gst/.gitignore

index 6444a10..d7ba8d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 3eb41c5..362fd70 100644 (file)
@@ -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 = \
index c187d05..3f781d2 100644 (file)
@@ -25,3 +25,4 @@ gstvalue
 gstquery
 gsttask
 *.check.xml
+gstinfo