1 |
--| Copyright (c) 1993-2006 University of Southern California and contributors. |
2 |
--| All rights reserved. |
3 |
--| Your use of this work is governed under the terms of the GNU General Public |
4 |
--| License version 2. |
5 |
|
6 |
This directory is the distribution directory for the EiffelWeasel |
7 |
automatic tester. It has the following subdirectories with the |
8 |
indicated contents: |
9 |
|
10 |
bin Executables for platform-independent shell scripts |
11 |
compilation Scripts and files need for compiling EiffelWeasel |
12 |
control Include files, test suite catalogs for operation |
13 |
doc Documentation |
14 |
spec One subdirectory per supported platform with |
15 |
platform-dependent stuff (lib, bin, project dirs) |
16 |
source Source code to build EiffelWeasel |
17 |
tests Contains subdirectories which each have one test |
18 |
|
19 |
Before proceeding, please read: |
20 |
|
21 |
This README file |
22 |
BUGS file in this directory |
23 |
CHANGES file in this directory |
24 |
INSTALL file in this directory |
25 |
doc/eweasel.doc |
26 |
|
27 |
Typical usage of eweasel (on Solaris) |
28 |
|
29 |
setenv EWEASEL <EiffelWeasel_install_dir> |
30 |
set path = ($EWEASEL/bin $path) |
31 |
rehash |
32 |
alias ew 'eweasel -d HOME <your_home_dir> -d INCLUDE $EWEASEL/control -d ISE_EIFFEL <Eiffel_install_dir> -d ISE_PLATFORM solaris-2.5+ -d VERSION 5.0 \!* $EWEASEL/control/init $EWEASEL/control/catalog <test suite output directory>' |
33 |
|
34 |
To show usage: |
35 |
|
36 |
eweasel -h |
37 |
|
38 |
|
39 |
Suggestions for improvement and bug reports should be sent to the |
40 |
technical support address listed below. |
41 |
|
42 |
The file BUGS in this directory contains a list of known bugs and |
43 |
deficiencies in the EiffelWeasel tester. |
44 |
|
45 |
The file CHANGES in this directory contains a list of changes to |
46 |
EiffelWeasel since the previous release. |
47 |
|
48 |
For technical support, contact: |
49 |
|
50 |
David Hollenberg |
51 |
Email: dhollen@mosis.org |
52 |
Phone: (310) 448-8704 |