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 diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 1263b0b90..4ae88f652 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -329,6 +329,26 @@ command: $ ./configure --help ---- +[[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 sources diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc index a3c272e59..5a137e7bd 100644 --- a/doc/fr/weechat_user.fr.adoc +++ b/doc/fr/weechat_user.fr.adoc @@ -335,6 +335,27 @@ Des options peuvent être utilisées pour le script _configure_, elles peuvent $ ./configure --help ---- +[[run_tests]] +==== Lancement des tests + +Les paquets suivants sont nécessaires pour compiler les tests : + +* libcpputest-dev +* C++ compiler + +Les tests doivent être activés pour compiler WeeChat (avec cmake) : + +---- +$ cmake .. -DENABLE_TESTS=ON +---- + +Ils peuvent être lancés après compilation depuis le répertoire de construction +(avec cmake) : + +---- +$ ctest -V +---- + [[git_sources]] === Sources Git diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 2f3afd60a..c76469d1a 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -365,6 +365,27 @@ command: $ ./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]] === Sorgenti git diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 94e3b60a6..e4967d3f8 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -333,6 +333,27 @@ _configure_ $ ./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 ソース diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index dcbd67c6c..bdb0c7061 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -338,6 +338,27 @@ za pomocą tej komendy: $ ./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]] === Źródła z gita