diff options
author | Daniel Boles <dboles.src@gmail.com> | 2018-04-08 13:07:38 +0100 |
---|---|---|
committer | Daniel Boles <dboles.src@gmail.com> | 2018-04-08 13:17:18 +0100 |
commit | 5bbb185e14a8dd76cf7eadef9231c7d90588f677 (patch) | |
tree | 4c4695490c551f6dfd881691a3b9317173420d1b /tests/meson.build | |
parent | 6cd53fc491ae03c810a55e576557e615eaea6227 (diff) | |
download | gtk+-5bbb185e14a8dd76cf7eadef9231c7d90588f677.tar.gz |
tests/testmodelbutton: Add this
and test whether :action-name, :role, and CSS nodes work as expected
https://gitlab.gnome.org/GNOME/gtk/issues/163
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 c5b1d0792a..051fbb1588 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -66,6 +66,7 @@ gtk_tests = [ ['testlevelbar'], ['testlockbutton'], ['testmenubutton'], + ['testmodelbutton'], ['testmountoperation'], ['testnotebookdnd'], ['testnouiprint'], |