diff options
author | Ted Gould <ted@canonical.com> | 2009-06-25 09:32:17 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-06-25 09:32:17 -0500 |
commit | b3112f71ce313bdbef51bf486b5d59eef2e641fb (patch) | |
tree | d9aa4d7215c7517c8f7f2dc272d54fec4cd5f43d /tests/dbusmenu-gtk | |
parent | 21bcfa08afaa307b41b670eda5c343b169b21946 (diff) | |
download | libdbusmenu-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.am | 2 |
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)|" $< > $@ |