summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-10-11 08:05:52 +0200
committerTimm Bäder <mail@baedert.org>2017-10-11 08:50:18 +0200
commitac7e1081b5a9bdbf105462127ac6c3ee12698fd4 (patch)
tree191ff2eef8edea6ea45be19867ee3400376ac568 /tests/meson.build
parentabed139a5901738a24c00d835c395b70ebfd4571 (diff)
downloadgtk+-ac7e1081b5a9bdbf105462127ac6c3ee12698fd4.tar.gz
tests: Add testgridbaseline
Which shows that GtkGrid currently computes baselines for all rows even though not all of them might request a baseline.
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ac0f3b67a3..b4ae0bb6fd 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -129,6 +129,7 @@ gtk_tests = [
['testgaction'],
['testwidgetfocus'],
['testcenterbox'],
+ ['testgridbaseline']
]
if os_linux