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:10:03 +02:00
parent e0cc0e0888
commit f2a26f2bd7

View file

@ -270,7 +270,7 @@ GST_END_TEST;
static Suite *
states_suite (void)
{
Suite *s = suite_create ("states");
Suite *s = suite_create ("states_core");
TCase *tc_chain = tcase_create ("general");
suite_add_tcase (s, tc_chain);