diff options
author | Ted Gould <ted@gould.cx> | 2012-02-23 00:00:41 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2012-02-23 00:00:41 -0600 |
commit | 8dc3a0013a6fd0d8ab54edf0944f842da751c4e7 (patch) | |
tree | 6fd29cf2911bd992ab436cf5cf02e34f05dbfe16 /tests/Makefile.am | |
parent | aeee68e0dd671630e9d1ffa4c8bee5dd78db2066 (diff) | |
parent | 3a9221c21feb1701119db5079bf3e350c0cb0aac (diff) | |
download | libdbusmenu-8dc3a0013a6fd0d8ab54edf0944f842da751c4e7.tar.gz libdbusmenu-8dc3a0013a6fd0d8ab54edf0944f842da751c4e7.tar.bz2 libdbusmenu-8dc3a0013a6fd0d8ab54edf0944f842da751c4e7.zip |
Import upstream version 0.5.92
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index db2d469..6824c1c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -25,8 +25,10 @@ TESTS += \ test-gtk-label \ test-gtk-shortcut \ test-gtk-reorder \ - test-gtk-submenu \ test-gtk-parser-test +# Not working with GTK3 and a critical grab that is in +# the GTK3 code. +# test-gtk-submenu endif # The Python test only work on the system copy of |