aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-10 11:03:04 -0600
committerTed Gould <ted@gould.cx>2011-03-10 11:03:04 -0600
commitcec350b1d24eeeb308fd02846bf637d4ec92fbb5 (patch)
tree1feb2b5bf966ab936d3bfa0c8598ce50e3651612 /tests/Makefile.am
parenta66d4b41bfd368a4ac3c25be748cf64203147007 (diff)
parent5df1c8111987669e7f450141b50f056dc30cb4f9 (diff)
downloadlibdbusmenu-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.am10
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 = \