aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-02-21 10:50:34 -0600
committerTed Gould <ted@gould.cx>2011-02-21 10:50:34 -0600
commit5b9418cb4be5823df8eb7c01f854eed0a13a2c9f (patch)
treeea542e3edd8a0fe5be5f0863aecb83078b51206d /tests/Makefile.am
parentdcf34291bd1cc3f58652c96bd37de3162497b269 (diff)
downloadlibdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.tar.gz
libdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.tar.bz2
libdbusmenu-5b9418cb4be5823df8eb7c01f854eed0a13a2c9f.zip
Fixing the path of the python in the test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 09bc4c5..61b3e69 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -517,7 +517,7 @@ test_gtk_shortcut_client_LDADD = \
test-gtk-shortcut-python: test-gtk-shortcut-server test-gtk-shortcut-client.py Makefile.am
@echo "#!/bin/bash" > $@
@echo $(XVFB_RUN) >> $@
- @echo $(DBUS_RUNNER) --task ./test-gtk-shortcut-client.py --task-name Client --task ./test-gtk-shortcut-server --task-name Server --ignore-return >> $@
+ @echo $(DBUS_RUNNER) --task $(srcdir)/test-gtk-shortcut-client.py --task-name Client --task ./test-gtk-shortcut-server --task-name Server --ignore-return >> $@
@chmod +x $@
EXTRA_DIST += test-gtk-shortcut-client.py