mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 05:28:48 +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 *
|
static Suite *
|
||||||
states_suite (void)
|
states_suite (void)
|
||||||
{
|
{
|
||||||
Suite *s = suite_create ("states");
|
Suite *s = suite_create ("states_bad");
|
||||||
TCase *tc_chain = tcase_create ("general");
|
TCase *tc_chain = tcase_create ("general");
|
||||||
|
|
||||||
#if defined(HAVE_LADSPA) || defined(HAVE_LV2)
|
#if defined(HAVE_LADSPA) || defined(HAVE_LV2)
|
||||||
|
|
Loading…
Reference in a new issue