diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-23 12:10:29 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-23 12:10:29 +0100 |
| commit | ca576cbf1273ca628b97ae2e08e14c0dd525373b (patch) | |
| tree | 484fc05718663af7eb49ef43faa75577a2afa79d /tests/Makefile.in | |
| parent | 5d1c17d52b13108c88038483812ebc6a438ce49a (diff) | |
| parent | 66c91f88c9f7473025c0c5f9e83c582e79ff2dcc (diff) | |
| download | libdbusmenu-ca576cbf1273ca628b97ae2e08e14c0dd525373b.tar.gz libdbusmenu-ca576cbf1273ca628b97ae2e08e14c0dd525373b.tar.bz2 libdbusmenu-ca576cbf1273ca628b97ae2e08e14c0dd525373b.zip | |
releasing version 0.5.92-0ubuntu1
Diffstat (limited to 'tests/Makefile.in')
| -rw-r--r-- | tests/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index bd0e43f..91c60fd 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -48,7 +48,6 @@ TESTS = test-glib-objects-test test-glib-events test-glib-layout \ @WANT_LIBDBUSMENUGTK_TRUE@ test-gtk-label \ @WANT_LIBDBUSMENUGTK_TRUE@ test-gtk-shortcut \ @WANT_LIBDBUSMENUGTK_TRUE@ test-gtk-reorder \ -@WANT_LIBDBUSMENUGTK_TRUE@ test-gtk-submenu \ @WANT_LIBDBUSMENUGTK_TRUE@ test-gtk-parser-test check_PROGRAMS = glib-server-nomenu$(EXEEXT) \ @@ -689,6 +688,9 @@ EXTRA_DIST = test-glib-simple-items.py test-gtk-shortcut-client.py \ dbusmenu-gtk/mago_tests/data/static.json \ dbusmenu-gtk/mago_tests/data/test-gtk-label.json \ test-json-01.json +# Not working with GTK3 and a critical grab that is in +# the GTK3 code. +# test-gtk-submenu # The Python test only work on the system copy of # dbusmenu, so while they can be usefule they're not |
