Running Release Tests

To test your installation you have to download and unpack the release tests. You can run the tests by
   cd <my esys dir>
   scons dodebug=no all_tests
The tests can take a while (up to several hours). In some cases it can be sufficient to run the test for the C/C++ components only. Use
   cd <my esys dir>
   scons dodebug=no run_tests
to run these tests. It can be usefull to run the tests in the debug mode:
   cd <my esys dir>
   scons dodebug=yes run_tests
Keep in mind that this will rebuild the libraries in the debug mode. You have to rebuild the libraries with option =dodebug=no= to get back to a productive installation.

esys@esscc.uq.edu.au