summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-10-27 10:55:57 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-10-27 10:55:57 +0200
commit172736989a9f679b1a8a734bedd6cb35d31c8370 (patch)
treea51352c4fb78dcdc4da34a0bd6df009638c0858a /doc/fr
parent70c2e271100a7b799922f69e3bf49090582ac17a (diff)
downloadweechat-172736989a9f679b1a8a734bedd6cb35d31c8370.zip
doc: add missing source files for tests (developer's guide)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_dev.fr.adoc4
1 files changed, 4 insertions, 0 deletions
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]]