- Added regression tests for a counter and the new MultiCounter

- Enhanced regression tests for motors
This commit is contained in:
koennecke
2006-09-13 07:16:59 +00:00
parent c9fc9d69f8
commit 2f3e2d0ff0
6 changed files with 414 additions and 4 deletions

View File

@ -18,7 +18,16 @@ source testutil.tcl
source sicstcldebug.tcl
#-------------- Test for motors
source mottest.tcl
#source mottest.tcl
#-------------- Test Counter
set countername aba
set errorname aba
#source countertest.tcl
#-------------- Test Multi Counter
set countername multi
source countertest.tcl
#------------ print test summary
cleanupTests