From 172736989a9f679b1a8a734bedd6cb35d31c8370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 27 Oct 2018 10:55:57 +0200 Subject: [PATCH] doc: add missing source files for tests (developer's guide) --- doc/en/weechat_dev.en.adoc | 4 ++++ doc/fr/weechat_dev.fr.adoc | 4 ++++ doc/ja/weechat_dev.ja.adoc | 8 ++++++++ 3 files changed, 16 insertions(+) diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 887addf79..cd6404a30 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -380,17 +380,21 @@ WeeChat "core" is located in following directories: |          testapi.py | Python script with scripting API tests, used by script testapigen.py. |          unparse.py | Convert Python code to other languages, used by script testapigen.py. |    unit/ | Root of unit tests. +|       test-plugins.cpp | Tests: plugins. |       core/ | Root of unit tests for core. |          test-arraylist.cpp | Tests: arraylists. |          test-eval.cpp | Tests: evaluation of expressions. |          test-hashtble.cpp | Tests: hashtables. |          test-hdata.cpp | Tests: hdata. +|          test-hook.cpp | Tests: hooks. |          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: utility functions. +|       gui/ | Root of unit tests for GUI. +|          test-line.cpp | Tests: lines. |=== [[documentation_translations]] diff --git a/doc/fr/weechat_dev.fr.adoc b/doc/fr/weechat_dev.fr.adoc index 5ab3b1863..5e86c8a7b 100644 --- a/doc/fr/weechat_dev.fr.adoc +++ b/doc/fr/weechat_dev.fr.adoc @@ -382,17 +382,21 @@ Le cœur de WeeChat est situé dans les répertoires suivants : |          testapi.py | Script Python avec les tests API, utilisé par le script testapigen.py. |          unparse.py | Conversion de code Python vers d'autres langages, utilisé par le script testapigen.py. |    unit/ | Racine des tests unitaires. +|       test-plugins.cpp | Tests : extensions. |       core/ | Racine des tests unitaires pour le cœur. |          test-arraylist.cpp | Tests : listes avec tableau (« arraylists »). |          test-eval.cpp | Tests : évaluation d'expressions. |          test-hashtble.cpp | Tests : tables de hachage. |          test-hdata.cpp | Tests : hdata. +|          test-hook.cpp | Tests : hooks. |          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. +|       gui/ | Racine des tests unitaires pour la GUI. +|          test-line.cpp | Tests : lignes. |=== [[documentation_translations]] diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 2e78b7ae8..13e9eeaa2 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -388,17 +388,25 @@ WeeChat "core" は以下のディレクトリに配置されています: |          testapi.py | スクリプト API テスト時に使われる Python スクリプト (スクリプト testapigen.py から使われます) |          unparse.py | Python コードを別の言語に変換 (スクリプト testapigen.py から使われます) |    unit/ | 単体テスト用のルートディレクトリ +// TRANSLATION MISSING +|       test-plugins.cpp | Tests: plugins. |       core/ | core 向け単体テスト用のルートディレクトリ |          test-arraylist.cpp | テスト: 配列リスト |          test-eval.cpp | テスト: 式の評価 |          test-hashtble.cpp | テスト: ハッシュテーブル |          test-hdata.cpp | テスト: hdata +// TRANSLATION MISSING +|          test-hook.cpp | Tests: hooks. |          test-infolist.cpp | テスト: インフォリスト |          test-list.cpp | テスト: リスト |          test-string.cpp | テスト: 文字列 |          test-url.cpp | テスト: URL |          test-utf8.cpp | テスト: UTF-8 |          test-util.cpp | テスト: ユーティリティ関数 +// TRANSLATION MISSING +|       gui/ | Root of unit tests for GUI. +// TRANSLATION MISSING +|          test-line.cpp | Tests: lines. |=== [[documentation_translations]]