summaryrefslogtreecommitdiff
path: root/doc/de
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-07-23 15:34:08 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-07-23 15:34:08 +0200
commitdcf1933daa37dba6ada16a4220c70d93db9732c5 (patch)
tree433a59e0faee3d332ea7264e006d096418cd4311 /doc/de
parentb9d762b3c838c7e64f33465df443d7235bd82c10 (diff)
downloadweechat-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.adoc21
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