aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-06-28 18:33:43 -0500
committerTed Gould <ted@gould.cx>2010-06-28 18:33:43 -0500
commitdce233d4c70e90cfb0f3862ba66538222ffbb7d6 (patch)
tree4ad46a7a213cfa423fec1e5a308a48e4d1bc6eca /tests/Makefile.am
parentecfd01992d210f2411d1adac9ed7622837135210 (diff)
downloadlibdbusmenu-dce233d4c70e90cfb0f3862ba66538222ffbb7d6.tar.gz
libdbusmenu-dce233d4c70e90cfb0f3862ba66538222ffbb7d6.tar.bz2
libdbusmenu-dce233d4c70e90cfb0f3862ba66538222ffbb7d6.zip
Starting to link things together... still not working.
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 9dab3eb..3cd4380 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -127,7 +127,7 @@ test_glib_layout_client_LDADD = \
test-json: test-json-client test-json-server Makefile.am
@echo "#!/bin/bash" > $@
- @echo $(DBUS_RUNNER) --task ./test-json-client --task-name Client --task ./test-json-server --task-name Server --ignore-return >> $@
+ @echo $(DBUS_RUNNER) --task ./test-json-client --task-name Client --parameter $(top_builddir)/tools/dbusmenu-dumper --parameter output.json --ignore-return --task ./test-json-server --task-name Server --parameter $(srcdir)/test-json-01.json --ignore-return >> $@
@chmod +x $@
test_json_server_SOURCES = \