- Implemented regresion tests for batch processing, scans,

histmem and peak optimization
This commit is contained in:
koennecke
2006-10-20 14:57:27 +00:00
parent c944db2bba
commit 79b0f40e50
19 changed files with 1806 additions and 5 deletions

View File

@ -17,6 +17,9 @@ namespace import tcltest::*
source testutil.tcl
source sicstcldebug.tcl
#--------------- Test Miscellaneous stuff
source testmisc.tcl
#-------------- Test for motors
#source mottest.tcl
@ -27,7 +30,19 @@ set errorname aba
#-------------- Test Multi Counter
set countername multi
source countertest.tcl
#source countertest.tcl
#-------------- Test batch processing
#source batchtest.tcl
#-------------- Test scans
#source scantest.tcl
#------------ Test peak optimization
#source optitest.tcl
#----------- test histogram memory
source histtest.tcl
#------------ print test summary
cleanupTests