mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
check: Rename states unit test
Makes it easier to differentiate from other modules states unit test
This commit is contained in:
parent
3ede3105d6
commit
933004579d
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ GST_END_TEST;
|
||||||
static Suite *
|
static Suite *
|
||||||
states_suite (void)
|
states_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("states");
|
Suite *s = suite_create ("states_good");
|
||||||
TCase *tc_chain = tcase_create ("general");
|
TCase *tc_chain = tcase_create ("general");
|
||||||
|
|
||||||
suite_add_tcase (s, tc_chain);
|
suite_add_tcase (s, tc_chain);
|
||||||
|
|
Loading…
Reference in a new issue