diff options
author | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-09 18:49:37 +0000 |
---|---|---|
committer | Jan Schmidt <thaytan@mad.scientist.com> | 2007-03-09 18:49:37 +0000 |
commit | d44570cfdd842176ae0168a50171d3c1232e9d0d (patch) | |
tree | 840a65a7a7feb7f30a8a0264665616d1f286ddf2 /tests | |
parent | 9d501ec355197f1487f2476f4572d7bca8f5188a (diff) |
tests/check/Makefile.am: Re-enable the states test and see if it works on the buildbots.
Original commit message from CVS:
* tests/check/Makefile.am:
Re-enable the states test and see if it works on the buildbots.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index a63671d7..b4404add 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -49,8 +49,7 @@ check_PROGRAMS = \ elements/videofilter \ $(check_taglib) -VALGRIND_TO_FIX = \ - generic/states +VALGRIND_TO_FIX = TESTS = $(check_PROGRAMS) |