projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
737854a
)
Put the text buffer tests in the internal_tests suite
author
Federico Mena Quintero
<federico@gnome.org>
Tue, 26 Apr 2022 19:01:08 +0000
(14:01 -0500)
committer
Federico 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
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 3324664cac6ab382c2c987eec32d08eaf42b8fd9..fcf85ce5099b207b73ae73b5d4f9e35cc94ec1a7 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-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' },
]