mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: rename testsuite
Previous name was only applicable to a few of the tests.
This commit is contained in:
parent
edfbd90b29
commit
4ac58c3816
1 changed files with 2 additions and 1 deletions
|
@ -728,11 +728,12 @@ GST_START_TEST (test_intersect2)
|
|||
|
||||
GST_END_TEST;
|
||||
|
||||
|
||||
static Suite *
|
||||
gst_caps_suite (void)
|
||||
{
|
||||
Suite *s = suite_create ("GstCaps");
|
||||
TCase *tc_chain = tcase_create ("mutability");
|
||||
TCase *tc_chain = tcase_create ("operations");
|
||||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
tcase_add_test (tc_chain, test_from_string);
|
||||
|
|
Loading…
Reference in a new issue