source: branches/blt4/packages/optimizer/tests/all.tcl @ 6716

Last change on this file since 6716 was 3958, checked in by gah, 11 years ago

sync with trunk

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.