summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-08-14 19:05:48 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-08-14 19:05:48 +0200
commit181e44d1268d8ff3ae06ebf2a6ca802067893699 (patch)
tree4e0d39a4308c97540959690b14fbc5e27ff1b120 /doc
parent11baca39b8d5e0a99d963246564a5978b71369e3 (diff)
downloadweechat-181e44d1268d8ff3ae06ebf2a6ca802067893699.zip
doc: add missing file "tests.cpp" in developer's guide
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat_dev.en.asciidoc20
-rw-r--r--doc/fr/weechat_dev.fr.asciidoc20
-rw-r--r--doc/ja/weechat_dev.ja.asciidoc20
3 files changed, 33 insertions, 27 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc
index ef130694f..6494ba137 100644
--- a/doc/en/weechat_dev.en.asciidoc
+++ b/doc/en/weechat_dev.en.asciidoc
@@ -291,16 +291,18 @@ WeeChat "core" is located in following directories:
|===
| Path/file | Description
| tests/ | Root of tests
+| tests.cpp | Program used to run tests
| unit/ | Root of unit tests
-| test-eval.cpp | Tests: evaluation of expressions
-| test-hashtble.cpp | Tests: hashtables
-| test-hdata.cpp | Tests: hdata
-| test-infolist.cpp | Tests: infolists
-| test-list.cpp | Tests: lists
-| test-string.cpp | Tests: strings
-| test-url.cpp | Tests: URLs
-| test-utf8.cpp | Tests: UTF-8
-| test-util.cpp | Tests: util functions
+| core/ | Root of unit tests for core
+| test-eval.cpp | Tests: evaluation of expressions
+| test-hashtble.cpp | Tests: hashtables
+| test-hdata.cpp | Tests: hdata
+| test-infolist.cpp | Tests: infolists
+| test-list.cpp | Tests: lists
+| test-string.cpp | Tests: strings
+| test-url.cpp | Tests: URLs
+| test-utf8.cpp | Tests: UTF-8
+| test-util.cpp | Tests: util functions
|===
[[documentation_translations]]
diff --git a/doc/fr/weechat_dev.fr.asciidoc b/doc/fr/weechat_dev.fr.asciidoc
index b8bec952a..ea17e1c28 100644
--- a/doc/fr/weechat_dev.fr.asciidoc
+++ b/doc/fr/weechat_dev.fr.asciidoc
@@ -292,16 +292,18 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|===
| Chemin/fichier | Description
| tests/ | Racine des tests
+| tests.cpp | Programme utilisé pour lancer les tests
| unit/ | Racine des tests unitaires
-| test-eval.cpp | Tests : évaluation d'expressions
-| test-hashtble.cpp | Tests : tables de hachage
-| test-hdata.cpp | Tests : hdata
-| test-infolist.cpp | Tests : infolists
-| test-list.cpp | Tests : listes
-| test-string.cpp | Tests : chaînes
-| test-url.cpp | Tests : URLs
-| test-utf8.cpp | Tests : UTF-8
-| test-util.cpp | Tests : fonctions utiles
+| core/ | Racine des tests unitaires pour le cœur
+| test-eval.cpp | Tests : évaluation d'expressions
+| test-hashtble.cpp | Tests : tables de hachage
+| test-hdata.cpp | Tests : hdata
+| test-infolist.cpp | Tests : infolists
+| test-list.cpp | Tests : listes
+| test-string.cpp | Tests : chaînes
+| test-url.cpp | Tests : URLs
+| test-utf8.cpp | Tests : UTF-8
+| test-util.cpp | Tests : fonctions utiles
|===
[[documentation_translations]]
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc
index 465176c55..910caeecb 100644
--- a/doc/ja/weechat_dev.ja.asciidoc
+++ b/doc/ja/weechat_dev.ja.asciidoc
@@ -291,16 +291,18 @@ WeeChat "core" は以下のディレクトリに配置されています:
|===
| パス/ファイル名 | 説明
| tests/ | テストのルートディレクトリ
+| tests.cpp | Program used to run tests
| unit/ | 単体テストのルートディレクトリ
-| test-eval.cpp | テスト: 式の評価
-| test-hashtble.cpp | テスト: ハッシュテーブル
-| test-hdata.cpp | テスト: hdata
-| test-infolist.cpp | テスト: インフォリスト
-| test-list.cpp | テスト: リスト
-| test-string.cpp | テスト: 文字列
-| test-url.cpp | テスト: URL
-| test-utf8.cpp | テスト: UTF-8
-| test-util.cpp | テスト: ユーティリティ関数
+| core/ | Root of unit tests for core
+| test-eval.cpp | テスト: 式の評価
+| test-hashtble.cpp | テスト: ハッシュテーブル
+| test-hdata.cpp | テスト: hdata
+| test-infolist.cpp | テスト: インフォリスト
+| test-list.cpp | テスト: リスト
+| test-string.cpp | テスト: 文字列
+| test-url.cpp | テスト: URL
+| test-utf8.cpp | テスト: UTF-8
+| test-util.cpp | テスト: ユーティリティ関数
|===
[[documentation_translations]]