doc: add instructions to run tests in user's guide

v2.8-utf8proc
Sébastien Helleu 2017-07-23 15:34:08 +02:00
parent b9d762b3c8
commit dcf1933daa
6 changed files with 125 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 ソース

View File

@ -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