diff options
author | Arnaud Bonatti <arnaud.bonatti@gmail.com> | 2017-11-29 08:46:48 +0100 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2018-01-02 17:56:10 -0800 |
commit | 295726560e9d07460b1acab07c722c0dd0818891 (patch) | |
tree | 08063c8b73c9a4008deef62e71d841e48e01b5e1 /tests/meson.build | |
parent | f1e3b503de4b6371de2172a31c76058f49537d14 (diff) | |
download | gtk+-295726560e9d07460b1acab07c722c0dd0818891.tar.gz |
Add test for GtkActionable GtkListBoxRow.
https://bugzilla.gnome.org/show_bug.cgi?id=741633
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build index 988f2c42be..1e43fa24f8 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -61,6 +61,7 @@ gtk_tests = [ ['testlist'], ['testlist2'], ['testlist3'], + ['testlist4'], ['testlevelbar'], ['testlockbutton'], ['testmenubutton'], |