Files
cgrates/test.sh
2012-08-31 17:12:30 +03:00

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