summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjj29 <mjj29@illythia>2006-07-26 01:17:54 -0100
committermjj29 <mjj29@illythia>2006-07-26 01:17:54 -0100
commit871e40ea944d770d256d26bf6fe2627a252bf717 (patch)
tree391ff76b31389520f1384deddf295173343d3531
parent8b162fde22d87917be7c3435aeca1a1302a934d5 (diff)
more fixes
-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) )