Put the text buffer tests in the internal_tests suite

We'll start testing the internal gtk_text_buffer_get_run_attributes()
soon.
This commit is contained in:
Federico Mena Quintero 2022-04-26 14:01:08 -05:00
parent 737854aa0d
commit ae06e40bcc

View File

@ -76,7 +76,6 @@ tests = [
{ 'name': 'spinbutton' },
{ 'name': 'stringlist' },
{ 'name': 'templates' },
{ 'name': 'textbuffer' },
{ 'name': 'textiter' },
{ 'name': 'theme-validate' },
{ 'name': 'tooltips' },
@ -119,6 +118,7 @@ internal_tests = [
{ 'name': 'propertylookuplistmodel' },
{ 'name': 'rbtree' },
{ 'name': 'timsort' },
{ 'name': 'textbuffer' },
{ 'name': 'texthistory' },
{ 'name': 'fnmatch' },
]