diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-31 23:08:01 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-08-31 23:08:01 +0000 |
commit | aab778cc9463a910d32c1272e630560604dc6f01 (patch) | |
tree | 61d5212873a92f399dcc9f8c93eacaa77427971a | |
parent | 6b0e81a60a355da12918967ac15da539d94abaef (diff) | |
download | ATCD-aab778cc9463a910d32c1272e630560604dc6f01.tar.gz |
Mention perl scripts.
-rw-r--r-- | TAO/TAO-INSTALL.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/TAO-INSTALL.html b/TAO/TAO-INSTALL.html index ccab551249b..0f7bd0bf999 100644 --- a/TAO/TAO-INSTALL.html +++ b/TAO/TAO-INSTALL.html @@ -271,6 +271,17 @@ please let us know. Thanks. <P> <HR> +<H3>Perl Scripts</H3> + +<P>Several of TAO's tests and examples contain perl scripts that automate the +execution of these tests. The scripts are found as "run_test.pl" in the +directory of the test.</p> + +<P> The versions of perl that we use are 5.005_02 on NT and 5.003 on Solaris. +The scripts may work on earlier versions of perl, but we cannot say for sure +that they do.</P> + +<HR> <P> Back to the <A HREF="http://www.cs.wustl.edu/~schmidt/TAO.html">TAO</A> home page. |