From 457151ecceb878c24d4b8f33fb80e16fbf82a0e1 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Fri, 2 Aug 2013 13:05:19 +0300 Subject: [PATCH] added history tests --- test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index fd93e32f1..48d35a63d 100755 --- a/test.sh +++ b/test.sh @@ -8,6 +8,7 @@ go test -i github.com/cgrates/cgrates/mediator go test -i github.com/cgrates/fsock go test -i github.com/cgrates/cgrates/cdrs go test -i github.com/cgrates/cgrates/utils +go test -i github.com/cgrates/cgrates/history go test github.com/cgrates/cgrates/engine en=$? @@ -23,7 +24,9 @@ go test github.com/cgrates/cgrates/cdrs cdr=$? go test github.com/cgrates/cgrates/utils ut=$? -go test github.com/cgrates//fsock +go test github.com/cgrates/fsock fs=$? +go test github.com/cgrates/history +hs=$? -exit $en && $sm && $cfg && $bl && $cr && $md && $cdr && $fs && $ut +exit $en && $sm && $cfg && $bl && $cr && $md && $cdr && $fs && $ut && &hs