cd <my esys dir> scons dodebug=no all_testsThe 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_teststo run these tests. It can be usefull to run the tests in the debug mode:
cd <my esys dir> scons dodebug=yes run_testsKeep 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