more tests and better checking

This commit is contained in:
Radu Ioan Fericean
2012-09-26 12:59:58 +03:00
parent 619aba1a80
commit e7618e5d9a
4 changed files with 84 additions and 42 deletions

View File

@@ -7,6 +7,8 @@ sm=$?
go test github.com/cgrates/cgrates/cmd/cgr-rater
cr=$?
go test github.com/cgrates/cgrates/inotify
in=$?
it=$?
go test github.com/cgrates/cgrates/mediator
md=$?
exit $ts && $sm && $bl && $cr && $in
exit $ts && $sm && $bl && $cr && $it && $md