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

Last change on this file since 2742 was 897, checked in by mmc, 16 years ago

Improved the Rappture optimization API to include Tcl bindings.
Added standard build/test stuff for Tcl libraries. Created a
plugin hook for optimization libraries like pgapack. The plugin
support still needs some work.

File size: 788 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) 2008  Purdue Research Foundation
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.