mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: rename the test suite to match the binary
This unbreaks determining the name for make elements/playbin2-compressed.check from the test output.
This commit is contained in:
parent
9a26e6c7bc
commit
4019e919f6
1 changed files with 1 additions and 1 deletions
|
@ -2476,7 +2476,7 @@ GST_END_TEST;
|
|||
static Suite *
|
||||
playbin2_compressed_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("playbin2_compressed");
|
||||
Suite *s = suite_create ("playbin2-compressed");
|
||||
TCase *tc_chain = tcase_create ("general");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
|
Loading…
Reference in a new issue