aboutsummaryrefslogtreecommitdiff
path: root/tests/dbusmenu-gtk
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-25 09:32:17 -0500
committerTed Gould <ted@canonical.com>2009-06-25 09:32:17 -0500
commitb3112f71ce313bdbef51bf486b5d59eef2e641fb (patch)
treed9aa4d7215c7517c8f7f2dc272d54fec4cd5f43d /tests/dbusmenu-gtk
parent21bcfa08afaa307b41b670eda5c343b169b21946 (diff)
downloadlibdbusmenu-b3112f71ce313bdbef51bf486b5d59eef2e641fb.tar.gz
libdbusmenu-b3112f71ce313bdbef51bf486b5d59eef2e641fb.tar.bz2
libdbusmenu-b3112f71ce313bdbef51bf486b5d59eef2e641fb.zip
Adding a results directory to the command line.
Diffstat (limited to 'tests/dbusmenu-gtk')
-rw-r--r--tests/dbusmenu-gtk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dbusmenu-gtk/Makefile.am b/tests/dbusmenu-gtk/Makefile.am
index a381480..713b3e9 100644
--- a/tests/dbusmenu-gtk/Makefile.am
+++ b/tests/dbusmenu-gtk/Makefile.am
@@ -4,7 +4,7 @@ check: tests
tests: mago
mago: dbusmenu.xml dbusmenu.py
- PYTHONPATH=$(builddir) mago -f $(builddir)/dbusmenu.xml
+ PYTHONPATH=$(builddir) mago -f $(builddir)/dbusmenu.xml -t $(builddir)/mago.results
dbusmenu.xml: dbusmenu.xml.in
sed -e "s|\@srcdir\@|$(srcdir)|" $< > $@