Eiffel
EiffelStudio
Eiffel Testing Framework (ETF)
Eiffel
EiffelStudio
Eiffel Testing Framework (ETF)
This is an old revision of the document!
The Mathmodels Library is already installed on all Prism workstations and on the SEL-VM (Software Engineering Virtual Machine).
If you are working on your own Laptop, you may obtain the Mathmodels
library by logging in as anonymous
(blank password) via:
svn export http://svn.eecs.yorku.ca/repos/sel-open/mathmodels/
You need to set an environmental variable $MATHMODELS
. Something like:
export ISE_EIFFEL=/usr/local/Eiffel_17.05 export ISE_PLATFORM=macosx-x86-64 export MATHMODELS=/home/user/me/mathmodels export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin