diff options
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_user.ja.adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 94e3b60a6..e4967d3f8 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -333,6 +333,27 @@ _configure_ $ ./configure --help ---- +// TRANSLATION MISSING +[[run_tests]] +==== Run tests + +Following packages are *required* to compile tests: + +* libcpputest-dev +* C++ compiler + +Tests must be enabled when compiling WeeChat (with cmake): + +---- +$ cmake .. -DENABLE_TESTS=ON +---- + +They can be launched after compilation from the build directory (with cmake): + +---- +$ ctest -V +---- + [[git_sources]] === Git ソース |