summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:02:04 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-03-24 09:38:43 +0100
commit2612adf8993acf3925f636dd415921c4ff06727f (patch)
tree3fe7b92d60c759a7d8c542c40f1c9ce32913f113 /doc
parent47c4329404e0b79731bdaff6ddd57c729bebf76b (diff)
downloadweechat-2612adf8993acf3925f636dd415921c4ff06727f.zip
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options
This option is OFF by default and should be enabled only for tests, to measure test coverage.
Diffstat (limited to 'doc')
-rw-r--r--doc/de/weechat_user.de.adoc5
-rw-r--r--doc/en/weechat_user.en.adoc4
-rw-r--r--doc/fr/weechat_user.fr.adoc5
-rw-r--r--doc/it/weechat_user.it.adoc5
-rw-r--r--doc/ja/weechat_user.ja.adoc5
-rw-r--r--doc/pl/weechat_user.pl.adoc5
6 files changed, 29 insertions, 0 deletions
diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc
index 27d049e66..278b58c64 100644
--- a/doc/de/weechat_user.de.adoc
+++ b/doc/de/weechat_user.de.adoc
@@ -293,6 +293,11 @@ Liste von häufig verwendeten Optionen:
| ENABLE_TESTS | `ON`, `OFF` | OFF |
kompiliert Testumgebung.
+
+// TRANSLATION MISSING
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compile with code coverage options. +
+ This option should be used only for tests, to measure test coverage.
|===
Weitere Optionen können mit folgendem Befehl angezeigt werden:
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc
index b8bb4d665..b7af63581 100644
--- a/doc/en/weechat_user.en.adoc
+++ b/doc/en/weechat_user.en.adoc
@@ -285,6 +285,10 @@ List of commonly used options:
| ENABLE_TESTS | `ON`, `OFF` | OFF |
Compile tests.
+
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compile with code coverage options. +
+ This option should be used only for tests, to measure test coverage.
|===
The other options can be displayed with this command:
diff --git a/doc/fr/weechat_user.fr.adoc b/doc/fr/weechat_user.fr.adoc
index 2a2164bcf..c89e40776 100644
--- a/doc/fr/weechat_user.fr.adoc
+++ b/doc/fr/weechat_user.fr.adoc
@@ -289,6 +289,11 @@ Liste des options couramment utilisées :
| ENABLE_TESTS | `ON`, `OFF` | OFF |
Compiler les tests.
+
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compiler avec les options de couverture de code. +
+ Cette option ne devrait être utilisée que pour les tests, pour mesurer la
+ couverture de tests.
|===
Les autres options peuvent être affichées avec cette commande :
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc
index 33dfb4f08..5d6019880 100644
--- a/doc/it/weechat_user.it.adoc
+++ b/doc/it/weechat_user.it.adoc
@@ -320,6 +320,11 @@ List of commonly used options:
// TRANSLATION MISSING
| ENABLE_TESTS | `ON`, `OFF` | OFF |
Compile tests.
+
+// TRANSLATION MISSING
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compile with code coverage options. +
+ This option should be used only for tests, to measure test coverage.
|===
The other options can be displayed with this command:
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc
index 5f5d860cf..72045a4a5 100644
--- a/doc/ja/weechat_user.ja.adoc
+++ b/doc/ja/weechat_user.ja.adoc
@@ -289,6 +289,11 @@ cmake に対するオプションを指定するには、以下の書式を使
| ENABLE_TESTS | `ON`, `OFF` | OFF |
コンパイルテスト。
+
+// TRANSLATION MISSING
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compile with code coverage options. +
+ This option should be used only for tests, to measure test coverage.
|===
その他のオプションは以下のコマンドで確認してください:
diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc
index c8c78996f..6e1f32135 100644
--- a/doc/pl/weechat_user.pl.adoc
+++ b/doc/pl/weechat_user.pl.adoc
@@ -291,6 +291,11 @@ Lista popularnych opcji:
| ENABLE_TESTS | `ON`, `OFF` | OFF |
Kompiluje testy.
+
+// TRANSLATION MISSING
+| ENABLE_CODE_COVERAGE | `ON`, `OFF` | OFF |
+ Compile with code coverage options. +
+ This option should be used only for tests, to measure test coverage.
|===
Pozostałe opcje można wyświetlić poleceniem: