mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 04:05:34 +00:00
check: Rename states unit test
Makes it easier to differentiate from other modules states unit test
This commit is contained in:
parent
052d1c7b8b
commit
862c85ce4a
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ GST_END_TEST;
|
|||
static Suite *
|
||||
states_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("states");
|
||||
Suite *s = suite_create ("states_base");
|
||||
TCase *tc_chain = tcase_create ("general");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
|
Loading…
Reference in a new issue