Put the text buffer tests in the internal_tests suite
authorFederico Mena Quintero <federico@gnome.org>
Tue, 26 Apr 2022 19:01:08 +0000 (14:01 -0500)
committerFederico Mena Quintero <federico@gnome.org>
Tue, 26 Apr 2022 19:01:08 +0000 (14:01 -0500)
We'll start testing the internal gtk_text_buffer_get_run_attributes()
soon.

testsuite/gtk/meson.build

index 3324664cac6ab382c2c987eec32d08eaf42b8fd9..fcf85ce5099b207b73ae73b5d4f9e35cc94ec1a7 100644 (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' },
 ]