diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-14 19:05:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-08-14 19:05:48 +0200 |
commit | 181e44d1268d8ff3ae06ebf2a6ca802067893699 (patch) | |
tree | 4e0d39a4308c97540959690b14fbc5e27ff1b120 /doc/en | |
parent | 11baca39b8d5e0a99d963246564a5978b71369e3 (diff) | |
download | weechat-181e44d1268d8ff3ae06ebf2a6ca802067893699.zip |
doc: add missing file "tests.cpp" in developer's guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.asciidoc | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/en/weechat_dev.en.asciidoc b/doc/en/weechat_dev.en.asciidoc index ef130694f..6494ba137 100644 --- a/doc/en/weechat_dev.en.asciidoc +++ b/doc/en/weechat_dev.en.asciidoc @@ -291,16 +291,18 @@ WeeChat "core" is located in following directories: |=== | Path/file | Description | tests/ | Root of tests +| tests.cpp | Program used to run tests | unit/ | Root of unit tests -| test-eval.cpp | Tests: evaluation of expressions -| test-hashtble.cpp | Tests: hashtables -| test-hdata.cpp | Tests: hdata -| test-infolist.cpp | Tests: infolists -| test-list.cpp | Tests: lists -| test-string.cpp | Tests: strings -| test-url.cpp | Tests: URLs -| test-utf8.cpp | Tests: UTF-8 -| test-util.cpp | Tests: util functions +| core/ | Root of unit tests for core +| test-eval.cpp | Tests: evaluation of expressions +| test-hashtble.cpp | Tests: hashtables +| test-hdata.cpp | Tests: hdata +| test-infolist.cpp | Tests: infolists +| test-list.cpp | Tests: lists +| test-string.cpp | Tests: strings +| test-url.cpp | Tests: URLs +| test-utf8.cpp | Tests: UTF-8 +| test-util.cpp | Tests: util functions |=== [[documentation_translations]] |