summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2009-11-01 11:37:28 +0000
committerMatthew Johnson <mjj29@qadesh.matthew.ath.cx>2009-11-01 11:37:28 +0000
commit8f029eaa82f1558431b606473ed59b1971d0555b (patch)
tree8faeadfc54ee08b03ebaa290d0eb4ff53ee4d1e6
parentb8616764febfe3eb24e8f88f3425cf08a927d592 (diff)
change cross-test to test dbusdaemon more
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 72a23b9..e2afa71 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,8 @@ internal-cross-test: libdbus-java-$(VERSION).jar dbus-java-test-$(VERSION).jar t
export DBUS_SESSION_BUS_ADDRESS=$$(cat address) ;\
$(MAKE) DEBUG=$(DEBUG) DBUS_JAVA_FLOATS=true -s cross-test-server | tee server.log &\
sleep 1;\
- $(MAKE) DEBUG=$(DEBUG) DBUS_JAVA_FLOATS=true -s cross-test-client | tee client.log ;\
+ $(MAKE) DEBUG=$(DEBUG) DBUS_JAVA_FLOATS=true -s cross-test-client | tee client1.log &\
+ $(MAKE) DEBUG=$(DEBUG) DBUS_JAVA_FLOATS=true -s cross-test-client | tee client2.log ;\
kill $$(cat pid) ; )
peer-to-peer-test: libdbus-java-$(VERSION).jar dbus-java-test-$(VERSION).jar