Files
cgrates/test.sh
Radu Ioan Fericean 619aba1a80 all tests must pass
2012-09-26 12:08:34 +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