Last change
on this file since 1018 was
897,
checked in by mmc, 15 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 | # |
---|
15 | set tcltestVersion [package require tcltest] |
---|
16 | namespace import -force tcltest::* |
---|
17 | |
---|
18 | if {$tcl_platform(platform) == "macintosh"} { |
---|
19 | tcltest::singleProcess 1 |
---|
20 | } |
---|
21 | |
---|
22 | tcltest::testsDirectory [file dir [info script]] |
---|
23 | tcltest::runAllTests |
---|
24 | |
---|
25 | return |
---|
Note: See
TracBrowser
for help on using the repository browser.