From aeeab4b37aeb6c2fc55ad8f0bc4bacd94cb6d671 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Mon, 21 Mar 2016 21:50:36 +0200 Subject: [PATCH] added structmatcher to test.sh --- test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index d298e6a34..3a4a57e95 100755 --- a/test.sh +++ b/test.sh @@ -13,6 +13,7 @@ go test -i github.com/cgrates/cgrates/utils go test -i github.com/cgrates/cgrates/history go test -i github.com/cgrates/cgrates/cdre go test -i github.com/cgrates/cgrates/agents +go test -i github.com/cgrates/cgrates/structmatcher go test github.com/cgrates/cgrates/apier/v1 v1=$? @@ -42,6 +43,8 @@ go test github.com/cgrates/cgrates/cdre cdre=$? go test github.com/cgrates/cgrates/agents ag=$? +go test github.com/cgrates/cgrates/structmatcher +sc=$? -exit $v1 && $v2 && $en && $gt && $sm && $cfg && $bl && $cr && $con && $cdrc && $ut && $hs && $c2g && $cdre && $ag +exit $v1 && $v2 && $en && $gt && $sm && $cfg && $bl && $cr && $con && $cdrc && $ut && $hs && $c2g && $cdre && $ag && $sc