Changeset 5821


Ignore:
Timestamp:
Oct 7, 2008, 1:29:12 PM (15 years ago)
Author:
rwilson
Message:

Added test and validate instructions for Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/documentation/user_manual/anuga_installation_guide.tex

    r5820 r5821  
    66
    77\usepackage{graphicx}
     8
    89
    910% Please at least include a long-lived email address;
     
    220221    In the unpacked ANUGA directory \code{/usr/lib/python2.5/site-packages/anuga_core} run the command:
    221222    \begin{verbatim}sudo python compile_all.py\end{verbatim}
     223  \item In the ANUGA root directory (\code{/usr/lib/python2.5/site-packages/anuga_core}),
     224    run the test suite):
     225    \begin{verbatim}python test_all.py\end{verbatim} ANUGA has been succesfully installed if the tests pass.
     226  \item To verify that ANUGA succesfully reproduces a series of validation examples, go
     227    to the directory
     228    \linebreak
     229    \code{/usr/lib/python2.5/site-packages/anuga_validation/automated_validation_tests}
     230    where you can run validation tests to ensure the correct running of ANUGA:
     231    \begin{verbatim}python validate_all.py\end{verbatim}
     232    This may take some time.
     233
    222234\end{itemize}
    223235
Note: See TracChangeset for help on using the changeset viewer.