added session manager tests to local tests

This commit is contained in:
Radu Ioan Fericean
2016-01-06 19:07:43 +02:00
parent 0a13eb1926
commit eeb8ee5ecf

View File

@@ -26,9 +26,8 @@ gnr=$?
echo 'go test github.com/cgrates/cgrates/agents -integration'
go test github.com/cgrates/cgrates/agents -integration
agts=$?
echo 'go test github.com/cgrates/cgrates/sessionmanager -integration'
go test github.com/cgrates/cgrates/sessionmanager -integration
smg=$?
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts
exit $gen && $ap1 && $ap2 && $en && $cdrc && $cfg && $utl && $gnr && $agts && $smg