Files
cgrates/test.sh
2012-09-26 12:59:58 +03:00

15 lines
326 B
Bash
Executable File

#! /usr/bin/env sh
go test github.com/cgrates/cgrates/timespans
ts=$?
go test github.com/cgrates/cgrates/sessionmanager
sm=$?
go test github.com/cgrates/cgrates/cmd/cgr-rater
cr=$?
go test github.com/cgrates/cgrates/inotify
it=$?
go test github.com/cgrates/cgrates/mediator
md=$?
exit $ts && $sm && $bl && $cr && $it && $md