summaryrefslogtreecommitdiff
path: root/doc/fr
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/fr
parent11baca39b8d5e0a99d963246564a5978b71369e3 (diff)
downloadweechat-181e44d1268d8ff3ae06ebf2a6ca802067893699.zip
doc: add missing file "tests.cpp" in developer's guide
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_dev.fr.asciidoc20
1 files changed, 11 insertions, 9 deletions
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]]