27 lines
763 B
TeX
27 lines
763 B
TeX
%==========================================================================
|
|
\chapter{Quality Assurance Issues}
|
|
\label{Quality Assurance Issues}
|
|
|
|
To assure quality of external releases of \hypre{} the following Quality
|
|
Assurance Standards have been adopted.
|
|
\begin{itemize}
|
|
|
|
\item developer has done fairly rigorous testing of code
|
|
|
|
\item an autotest suite has been set up and the code passes
|
|
|
|
\item code conforms to coding guidelines
|
|
|
|
\item uses autoconfig infrastructure and configures on all supported
|
|
platforms
|
|
|
|
\item more than one developer has looked at the code
|
|
|
|
\item documentation (this is not yet being enforced, but will include
|
|
inline Doc++ comments that will be included in the Developer's Manual)
|
|
|
|
\item runs through purify cleanly
|
|
|
|
\end{itemize}
|
|
|