1
0
Fork 0
This commit is contained in:
Frank Celler 2012-04-27 14:48:30 +02:00
parent 40ef8a1474
commit a8abb6ba98
3 changed files with 6 additions and 1 deletions

View File

@ -2978,6 +2978,7 @@ start-server:
@curl -s http://$(VOCHOST):$(VOCPORT)/version > /dev/null || sleep 2
curl http://$(VOCHOST):$(VOCPORT)/version
sleep 5
@echo

View File

@ -66,6 +66,7 @@ start-server:
@curl -s http://$(VOCHOST):$(VOCPORT)/version > /dev/null || sleep 2
curl http://$(VOCHOST):$(VOCPORT)/version
sleep 5
@echo

View File

@ -80,11 +80,14 @@ echo " make unittests"
echo "########################################################"
echo
echo "VALGRIND: $VALGRIND_TEST"
echo "RSPEC: $RSPEC_AVAILABLE"
make unittests-boost || exit 1
make unittests-shell-server || exit 1
make unittests-shell-server-ahuacatl || exit 1
if text "x$RSPEC_AVAILABLE" = "xyes"; then
if test "x$RSPEC_AVAILABLE" = "xyes"; then
make unittests-http-server || exit 1
fi