diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-23 15:34:08 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-23 15:34:08 +0200 |
commit | dcf1933daa37dba6ada16a4220c70d93db9732c5 (patch) | |
tree | 433a59e0faee3d332ea7264e006d096418cd4311 /doc/de | |
parent | b9d762b3c838c7e64f33465df443d7235bd82c10 (diff) | |
download | weechat-dcf1933daa37dba6ada16a4220c70d93db9732c5.zip |
doc: add instructions to run tests in user's guide
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/weechat_user.de.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index a48e54963..fd49feaff 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -338,6 +338,27 @@ folgendem Befehl angezeigt werden: $ ./configure --help ---- +// TRANSLATION MISSING +[[run_tests]] +==== Run tests + +Following packages are *required* to compile tests: + +* libcpputest-dev +* C++ compiler + +Tests must be enabled when compiling WeeChat (with cmake): + +---- +$ cmake .. -DENABLE_TESTS=ON +---- + +They can be launched after compilation from the build directory (with cmake): + +---- +$ ctest -V +---- + [[git_sources]] === Git Quellen |