source: trunk/packages/optimizer/tests/all.tcl

Last change on this file was 3177, checked in by mmc, 12 years ago

Updated all of the copyright notices to reference the transfer to
the new HUBzero Foundation, LLC.

File size: 790 bytes
Line 
1# ----------------------------------------------------------------------
2#  ALL TESTS
3#
4#  This file drives the entire test suite for the RapptureOptimizer
5#  package.
6#
7# ======================================================================
8#  AUTHOR:  Michael McLennan, Purdue University
9#  Copyright (c) 2004-2012  HUBzero Foundation, LLC
10#
11#  See the file "license.terms" for information on usage and
12#  redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
13# ======================================================================
14#
15set tcltestVersion [package require tcltest]
16namespace import -force tcltest::*
17
18if {$tcl_platform(platform) == "macintosh"} {
19    tcltest::singleProcess 1
20}
21
22tcltest::testsDirectory [file dir [info script]]
23tcltest::runAllTests
24
25return
Note: See TracBrowser for help on using the repository browser.