- Started regression test suite for SICS.

- The framework is there and testing motors works now
This commit is contained in:
koennecke
2006-08-16 14:17:42 +00:00
parent a7b4b4069d
commit c1dce3f145
8 changed files with 3837 additions and 0 deletions

26
test/testsics Executable file
View File

@ -0,0 +1,26 @@
#!/usr/bin/tclsh
#------------------------------------------------------------------------------
# This is a regression test for SICS. Before this can be used a SICServer must
# have been started with: SICServer testini.tcl. This file uses the
# tcltest package which comes with SICS for tests.
#
# copyright: see file COPYRIGHT
#
# Started: Mark Koennecke, July 2006
#------------------------------------------------------------------------------
# as of now we have tcl8.3 which has an outdated version of tcltest. We use
# a better version in a local file. Once tcl8.4 has made it into the distro
# I use, use the line below. We need tcltest 2.+
# package require tcltest
source tcltest.tcl
namespace import tcltest::*
source testutil.tcl
source sicstcldebug.tcl
#-------------- Test for motors
source mottest.tcl
#------------ print test summary
cleanupTests
exit 1