summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-07-20 12:13:25 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-07-20 12:13:25 +0200
commitdb9a8e7bc47f5638e6f6c39a5de601cca79a7f7b (patch)
tree69325326a6e643fc6032bdaff5034d0c3f436a5a /doc/it
parent91ce401769b7e3fcdfaf17738c0822d0a1a3729c (diff)
downloadweechat-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.asciidoc6
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: