check: Rename states unit test

Makes it easier to differentiate from other modules states unit test
This commit is contained in:
Edward Hervey 2015-08-14 11:13:51 +02:00
parent 6fb346717b
commit a7444ad850

View file

@ -216,7 +216,7 @@ GST_END_TEST;
static Suite *
states_suite (void)
{
Suite *s = suite_create ("states");
Suite *s = suite_create ("states_bad");
TCase *tc_chain = tcase_create ("general");
#if defined(HAVE_LADSPA) || defined(HAVE_LV2)