diff options
author | Craig Earls <enderw88@gmail.com> | 2014-02-22 09:29:26 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2014-02-22 09:29:26 -0700 |
commit | bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2 (patch) | |
tree | f8e0ba9adf682e6f979095632147d244710bf61f | |
parent | f3731a93db9d0091778e835700537fe78f2c4b8c (diff) | |
parent | dacb5f9823bcb93da95e1ed5c3c313bd4c7fa7dc (diff) | |
download | fork-ledger-bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2.tar.gz fork-ledger-bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2.tar.bz2 fork-ledger-bc08eed3cb1bdb4f67d1b77273f3254d0cf13be2.zip |
Merge pull request #246 from lawilliams/master
Fixing typo: test sweet -> test suite
But I thought the new testing capability was so sweet I left it this way! Thanks!
-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 |