aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2004-08-13 09:27:21 +0000
committerHartmut Brandt <harti@FreeBSD.org>2004-08-13 09:27:21 +0000
commitb5bb945eef442f90b7a31ae9fa19fbe052247b44 (patch)
tree4316340a40631185d4109c081ee340a9ba858736 /tools
parent76d3d14692461a82f7a789de990c505b0bd73f96 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/atm/README1
-rw-r--r--tools/regression/atm/RunTest.sh2
-rw-r--r--tools/regression/atm/proto_cc/RunTest.sh10
3 files changed, 13 insertions, 0 deletions
diff --git a/tools/regression/atm/README b/tools/regression/atm/README
index 51403bd6c65eb..509a08dad6db3 100644
--- a/tools/regression/atm/README
+++ b/tools/regression/atm/README
@@ -12,5 +12,6 @@ harp HARP tests
proto_sscfu test suite for the SSCF at the user interface
proto_sscop test suite for the SSCOP protocol
proto_uni test suite for the UNI protocol
+proto_cc test suite for the call control function
harti@freebsd.org
diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh
index 8fd7cc621e815..53fe605571966 100644
--- a/tools/regression/atm/RunTest.sh
+++ b/tools/regression/atm/RunTest.sh
@@ -37,7 +37,9 @@ done
(cd proto_sscop ; sh ./RunTest.sh -u $options)
(cd proto_sscfu ; sh ./RunTest.sh -u $options)
(cd proto_uni ; sh ./RunTest.sh -u $options)
+(cd proto_cc ; sh ./RunTest.sh -u $options)
(cd proto_uni ; sh ./RunTest.sh $options)
(cd proto_sscop ; sh ./RunTest.sh $options)
(cd proto_sscfu ; sh ./RunTest.sh $options)
+(cd proto_cc ; sh ./RunTest.sh $options)
diff --git a/tools/regression/atm/proto_cc/RunTest.sh b/tools/regression/atm/proto_cc/RunTest.sh
new file mode 100644
index 0000000000000..f6c7ce00d3362
--- /dev/null
+++ b/tools/regression/atm/proto_cc/RunTest.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# $FreeBSD$
+
+. ../Funcs.sh
+
+parse_options $*
+
+DATA=$LOCALBASE/share/atmsupport/testsuite_cc
+
+$LOCALBASE/bin/ats_cc $options $DATA/CC_Funcs $DATA/CC_??_??