summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3cce34f..8925d60 100644
--- a/Makefile
+++ b/Makefile
@@ -116,9 +116,11 @@ check:
( dbus-daemon --config-file=tmp-session.conf --print-pid --print-address=5 --fork >pid 5>address ; \
export DBUS_SESSION_BUS_ADDRESS=$$(cat address |sed "s,\./,`pwd`/,") ;\
dbus-monitor > monitor &\
+ sleep 1;\
make -sC $(SERV) cross-test-compile ;\
make -sC $(SERV) cross-test-server > $(SERV)-$(CLI).server.log &\
make -sC $(CLI) cross-test-compile ;\
+ sleep 1;\
make -sC $(CLI) cross-test-client > $(SERV)-$(CLI).client.log ;\
kill $$(cat pid) )