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:
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user