diff --git a/ChangeLog b/ChangeLog index 6444a101be..d7ba8d48c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-09 Tim-Philipp Müller + + * tests/check/Makefile.am: + * tests/check/gst/.cvsignore: + Let's enable the new unit test as well. + 2006-08-08 Tim-Philipp Müller * configure.ac: diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 3eb41c5697..362fd70bbf 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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 = \ diff --git a/tests/check/gst/.gitignore b/tests/check/gst/.gitignore index c187d05633..3f781d2a73 100644 --- a/tests/check/gst/.gitignore +++ b/tests/check/gst/.gitignore @@ -25,3 +25,4 @@ gstvalue gstquery gsttask *.check.xml +gstinfo