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