mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc/dev: add missing test files
This commit is contained in:
@@ -418,11 +418,13 @@ WeeChat "core" is located in following directories:
|
||||
| Path/file | Description
|
||||
| tests/ | Root of tests.
|
||||
| fuzz/ | Root of fuzz testing.
|
||||
| ossfuzz.sh | Build script for https://github.com/google/oss-fuzz[OSS-Fuzz ^↗^^].
|
||||
| core/ | Root of fuzz testing for core.
|
||||
| calc-fuzzer.c | Fuzz testing: calculation of expressions.
|
||||
| crypto-fuzzer.c | Fuzz testing: cryptographic functions.
|
||||
| string-fuzzer.c | Fuzz testing: strings.
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
| util-fuzzer.c | Fuzz testing: utility functions.
|
||||
| unit/ | Root of unit tests.
|
||||
| tests.cpp | Program used to run all tests.
|
||||
| tests-record.cpp | Record and search in messages displayed.
|
||||
|
||||
@@ -419,11 +419,13 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|
||||
| Chemin/fichier | Description
|
||||
| tests/ | Racine des tests.
|
||||
| fuzz/ | Racine du fuzzing (tests à données aléatoires).
|
||||
| ossfuzz.sh | Script de construction pour https://github.com/google/oss-fuzz[OSS-Fuzz ^↗^^].
|
||||
| core/ | Racine du fuzzing pour le cœur.
|
||||
| calc-fuzzer.c | Fuzzing : calcul d'expressions.
|
||||
| crypto-fuzzer.c | Fuzzing : fonctions cryptographiques.
|
||||
| string-fuzzer.c | Fuzzing : chaînes.
|
||||
| utf8-fuzzer.c | Fuzzing : UTF-8.
|
||||
| util-fuzzer.c | Fuzzing : fonctions utiles.
|
||||
| unit/ | Racine des tests unitaires.
|
||||
| tests.cpp | Programme utilisé pour lancer tous les tests.
|
||||
| tests-record.cpp | Enregistrement et recherche dans les messages affichés.
|
||||
|
||||
@@ -463,6 +463,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
// TRANSLATION MISSING
|
||||
| fuzz/ | Root of fuzz testing.
|
||||
// TRANSLATION MISSING
|
||||
| ossfuzz.sh | Build script for https://github.com/google/oss-fuzz[OSS-Fuzz ^↗^^].
|
||||
// TRANSLATION MISSING
|
||||
| core/ | Root of fuzz testing for core.
|
||||
// TRANSLATION MISSING
|
||||
| calc-fuzzer.c | Fuzz testing: calculation of expressions.
|
||||
@@ -472,6 +474,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|
||||
| string-fuzzer.c | Fuzz testing: 文字列
|
||||
// TRANSLATION MISSING
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
// TRANSLATION MISSING
|
||||
| util-fuzzer.c | Fuzz testing: utility functions.
|
||||
| unit/ | 単体テスト用のルートディレクトリ
|
||||
| tests.cpp | 全テストの実行時に使われるプログラム
|
||||
// TRANSLATION MISSING
|
||||
|
||||
@@ -429,6 +429,8 @@ WeeChat „језгро” се налази у следећим директо
|
||||
// TRANSLATION MISSING
|
||||
| fuzz/ | Root of fuzz testing.
|
||||
// TRANSLATION MISSING
|
||||
| ossfuzz.sh | Build script for https://github.com/google/oss-fuzz[OSS-Fuzz ^↗^^].
|
||||
// TRANSLATION MISSING
|
||||
| core/ | Root of fuzz testing for core.
|
||||
// TRANSLATION MISSING
|
||||
| calc-fuzzer.c | Fuzz testing: калкулација израза.
|
||||
@@ -438,6 +440,8 @@ WeeChat „језгро” се налази у следећим директо
|
||||
| string-fuzzer.c | Fuzz testing: стрингови.
|
||||
// TRANSLATION MISSING
|
||||
| utf8-fuzzer.c | Fuzz testing: UTF-8.
|
||||
// TRANSLATION MISSING
|
||||
| util-fuzzer.c | Fuzz testing: utility functions.
|
||||
| unit/ | Корен unit тестова.
|
||||
| tests.cpp | Програм који се користи за извршавање свих тестова.
|
||||
| tests-record.cpp | Бележење и претрага у приказаним порукама.
|
||||
|
||||
Reference in New Issue
Block a user