mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
check: Rename states unit test
Makes it easier to differentiate from other modules states unit test
This commit is contained in:
parent
e0cc0e0888
commit
f2a26f2bd7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue