diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 11:03:04 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 11:03:04 -0600 |
commit | cec350b1d24eeeb308fd02846bf637d4ec92fbb5 (patch) | |
tree | 1feb2b5bf966ab936d3bfa0c8598ce50e3651612 /tests/Makefile.am | |
parent | a66d4b41bfd368a4ac3c25be748cf64203147007 (diff) | |
parent | 5df1c8111987669e7f450141b50f056dc30cb4f9 (diff) | |
download | libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.gz libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.tar.bz2 libdbusmenu-cec350b1d24eeeb308fd02846bf637d4ec92fbb5.zip |
Import upstream version 0.3.101
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 61b3e69..a2c0716 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,10 +17,16 @@ TESTS = \ test-gtk-objects-test \ test-gtk-label \ test-gtk-shortcut \ - test-gtk-shortcut-python \ test-gtk-reorder \ test-gtk-submenu \ - test-gtk-parser-test \ + test-gtk-parser-test + +# The Python test only work on the system copy of +# dbusmenu, so while they can be usefule they're not +# good tests of what you're currently building. Handy +# to check GI support though. FIXME! +PYTHON_TESTS = \ + test-gtk-shortcut-python \ test-glib-simple-items.py check_PROGRAMS = \ |