diff options
author | Luke Williams <lawilliams@me.com> | 2014-02-23 00:02:22 +1000 |
---|---|---|
committer | Luke Williams <lawilliams@me.com> | 2014-02-23 00:02:22 +1000 |
commit | dacb5f9823bcb93da95e1ed5c3c313bd4c7fa7dc (patch) | |
tree | f8e0ba9adf682e6f979095632147d244710bf61f /doc | |
parent | f3731a93db9d0091778e835700537fe78f2c4b8c (diff) | |
download | fork-ledger-dacb5f9823bcb93da95e1ed5c3c313bd4c7fa7dc.tar.gz fork-ledger-dacb5f9823bcb93da95e1ed5c3c313bd4c7fa7dc.tar.bz2 fork-ledger-dacb5f9823bcb93da95e1ed5c3c313bd4c7fa7dc.zip |
Fixing typo: test sweet -> test suite
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 54441188..4ab8f4fd 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -9225,7 +9225,7 @@ test subdirectory for the build. For example, @node Running Tests, Writing Tests, Testing Framework, Testing Framework @subsubsection Running Tests -The complete test sweet can be run from the build directory using the +The complete test suite can be run from the build directory using the check option for the build tool you use. For example, @code{make check}. The entire test suit lasts around a minute for the optimized built and many times longer for the debug version. While developing |