- Implemented regresion tests for batch processing, scans,
histmem and peak optimization
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user