diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 12:13:25 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-07-20 12:13:25 +0200 |
commit | db9a8e7bc47f5638e6f6c39a5de601cca79a7f7b (patch) | |
tree | 69325326a6e643fc6032bdaff5034d0c3f436a5a /doc/it | |
parent | 91ce401769b7e3fcdfaf17738c0822d0a1a3729c (diff) | |
download | weechat-db9a8e7bc47f5638e6f6c39a5de601cca79a7f7b.zip |
tests: add unit tests using CppUTest
The tests can be run only via CMake:
1. build with tests: cmake .. -DENABLE_TESTS=ON
2. make
3. ctest (or ctest -V for verbose output)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/weechat_user.it.asciidoc b/doc/it/weechat_user.it.asciidoc index 2dbbbf08f..978b699c9 100644 --- a/doc/it/weechat_user.it.asciidoc +++ b/doc/it/weechat_user.it.asciidoc @@ -112,6 +112,8 @@ compilare WeeChat. // TRANSLATION MISSING | xsltproc, docbook-xml, docbook-xsl | | | Build of man page +// TRANSLATION MISSING +| libcpputest-dev | | | Run tests |=== [NOTE] @@ -252,6 +254,10 @@ List of commonly used options: | ENABLE_XFER | `ON`, `OFF` | ON | Compile <<xfer_plugin,Xfer plugin>>. + +// TRANSLATION MISSING +| ENABLE_TESTS | `ON`, `OFF` | OFF | + Compile tests. |=== The other options can be displayed with this command: |