Files
cgrates/test.sh
2012-08-21 13:04:26 +03:00

13 lines
215 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=$?
exit $ts || $sm || $bl || $cr