aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-18 15:39:05 -0600
committerTed Gould <ted@canonical.com>2009-11-18 15:39:05 -0600
commit4e98b4e5469f082b7bee2bad37533056ded73d9f (patch)
tree74694c2af228a5127f3f219833dc05e8d095473b /tests/Makefile.am
parentbba2d0aecb9ac87a822f343cad0f55002ed96dd6 (diff)
downloadlibdbusmenu-4e98b4e5469f082b7bee2bad37533056ded73d9f.tar.gz
libdbusmenu-4e98b4e5469f082b7bee2bad37533056ded73d9f.tar.bz2
libdbusmenu-4e98b4e5469f082b7bee2bad37533056ded73d9f.zip
Starting up the AT-SPI regististry service
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 833c3fc..9d17a03 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -212,6 +212,7 @@ test-mago-xvfb: test-mago
test-mago: test-gtk-label-client test-gtk-label-server $(srcdir)/dbusmenu-gtk/mago_tests/dbusmenu.xml Makefile.am
@echo "#!/bin/sh" > test-mago
@echo cd $(srcdir)/dbusmenu-gtk >> test-mago
+ @echo /usr/lib/at-spi/at-spi-registryd & >> test-mago
@echo echo Mago Results dir: $(abs_builddir)/mago.results >> test-mago
@echo echo PYTHONPATH=$(abs_srcdir)/dbusmenu-gtk/mago_tests >> test-mago
@echo export INDICATOR_BUILD_DIR=$(abs_builddir) >> test-mago