Skip to content

Commit

Permalink
add counts (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
crbaird committed Mar 29, 2017
1 parent 6704765 commit 1cff47d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/recipes/install/common/test_suite.tex
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ \subsection{Integration Test Suite} \label{appendix:test_suite}
enabled depending in which user executes the configure script. Non-privileged
tests are submitted as jobs through the \rms{} resource manager. The tests are
further divided in to a 'short' run and a 'long' run. The short run is a subset
of tests to demonstrate basic functionality and should complete in 10-20
minutes. The long run is comprehensive and can take an hour or more to complete.
Results in JUnit format are aggregated to allow for ease of analysis.
of approximately 180 tests to demonstrate basic functionality and should
complete in 10-20 minutes. The long run (around 1000 tests) is comprehensive
and can take an hour or more to complete. Results in JUnit format are
aggregated to allow for ease of analysis.

Most components can be tested individually, but a default configuration is setup
to enable collective testing. To test a single component, use the \texttt{configure}
Expand Down

0 comments on commit 1cff47d

Please sign in to comment.