diff options
Diffstat (limited to 'doc/ja/weechat_dev.ja.asciidoc')
-rw-r--r-- | doc/ja/weechat_dev.ja.asciidoc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/ja/weechat_dev.ja.asciidoc b/doc/ja/weechat_dev.ja.asciidoc index 45381152b..a5454b7e9 100644 --- a/doc/ja/weechat_dev.ja.asciidoc +++ b/doc/ja/weechat_dev.ja.asciidoc @@ -290,12 +290,10 @@ WeeChat "core" は以下のディレクトリに配置されています: [width="100%",cols="1v,5",options="header"] |=== | パス/ファイル名 | 説明 -| tests/ | テストのルートディレクトリ -// TRANSLATION MISSING -| tests.cpp | Program used to run tests -| unit/ | 単体テストのルートディレクトリ -// TRANSLATION MISSING -| core/ | Root of unit tests for core +| tests/ | テスト用のルートディレクトリ +| tests.cpp | テスト実行に使うプログラム +| unit/ | 単体テスト用のルートディレクトリ +| core/ | core 向け単体テスト用のルートディレクトリ | test-eval.cpp | テスト: 式の評価 | test-hashtble.cpp | テスト: ハッシュテーブル | test-hdata.cpp | テスト: hdata |