aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.in
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.in
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.in')
-rw-r--r--tests/Makefile.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 1645591..b6af70f 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -40,8 +40,7 @@ TESTS = test-glib-objects-test test-glib-events test-glib-layout \
test-glib-properties test-glib-proxy \
test-glib-simple-items$(EXEEXT) test-glib-submenu test-json \
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-glib-simple-items.py
+ test-gtk-reorder test-gtk-submenu test-gtk-parser-test
check_PROGRAMS = glib-server-nomenu$(EXEEXT) \
test-glib-objects$(EXEEXT) test-glib-events-client$(EXEEXT) \
test-glib-events-server$(EXEEXT) \
@@ -65,12 +64,7 @@ DIST_COMMON = $(libdbusmenu_jsonloaderinclude_HEADERS) \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(srcdir)/dbusmenu-jsonloader-0.4.pc.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
- $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
- $(top_srcdir)/m4/introspection.m4 $(top_srcdir)/m4/libtool.m4 \
- $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
- $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
- $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -649,6 +643,15 @@ 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
+
+# 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
+
XVFB_RUN = ". $(srcdir)/run-xvfb.sh"
# for the GI tests, prefer/use the typelibs from the local build tree