1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc/dev: split components for tests: tests/fuzz and tests/unit

This commit is contained in:
Sébastien Helleu
2025-05-09 07:51:11 +02:00
parent f9520b971e
commit b32f8662bc
4 changed files with 31 additions and 12 deletions
+7 -3
View File
@@ -1266,9 +1266,13 @@ Where _component_ is one of following:
debian-stable/*
| Debian packaging
| tests
| tests/*
| Tests
| tests/fuzz
| tests/fuzz/*
| Fuzz testing
| tests/unit
| tests/unit/*
| Unit tests
| doc
| doc/*
+7 -3
View File
@@ -1285,9 +1285,13 @@ Où _composant_ est :
debian-stable/*
| Empaquetage Debian
| tests
| tests/*
| Tests
| tests/fuzz
| tests/fuzz/*
| Fuzzing (tests à données aléatoires)
| tests/unit
| tests/unit/*
| Tests unitaires
| doc
| doc/*
+8 -3
View File
@@ -1437,10 +1437,15 @@ _component_ には以下から 1 つ選んで記入してください:
// TRANSLATION MISSING
| Debian packaging
| tests
| tests/*
| tests/fuzz
| tests/fuzz/*
// TRANSLATION MISSING
| Tests
| Fuzz testing
| tests/unit
| tests/unit/*
// TRANSLATION MISSING
| Unit tests
| doc
| doc/*
+9 -3
View File
@@ -1260,9 +1260,15 @@ server->hook_timer_sasl = weechat_hook_timer (timeout * 1000,
debian-stable/*
| Debian паковање
| tests
| tests/*
| Тестови
| tests/fuzz
| tests/fuzz/*
// TRANSLATION MISSING
| Fuzz testing
| tests/unit
| tests/unit/*
// TRANSLATION MISSING
| Unit tests
| doc
| doc/*