index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
unit
Age
Commit message (
Collapse
)
Author
2014-10-12
tests: add some tests on function eval_expression
Sébastien Helleu
2014-10-11
core: fix search/insert of elements in sorted arraylist with duplicates
Sébastien Helleu
The pointer and index returned is now the first element found with the value (with the lower index if there are many elements with same value). And the index for insert is the last element with same value + 1 (the higher index + 1).
2014-10-05
Merge branch 'arraylist'
Sébastien Helleu
2014-09-03
tests: add tests of hashtable functions
Sébastien Helleu
2014-09-01
tests: add tests of arraylist functions
Sébastien Helleu
2014-08-29
api: use microseconds instead of milliseconds in functions util_timeval_diff ↵
Sébastien Helleu
and util_timeval_add
2014-08-25
tests: fix build of tests when the build directory is outside source tree ↵
Sébastien Helleu
(closes #178)
2014-08-14
tests: fix memory leaks
Sébastien Helleu
2014-08-14
tests: add tests of function string_split_shell
Sébastien Helleu
2014-08-14
tests: add partial tests of functions hashtable_set*
Sébastien Helleu
2014-08-14
tests: add tests of function string_replace_with_callback
Sébastien Helleu
2014-08-09
tests: add tests of function string_replace_regex
Sébastien Helleu
2014-08-06
tests: add TODO comments for missing tests
Sébastien Helleu
2014-08-04
tests: add tests of functions hashtable_hash_key_djb2 and hashtable_new
Sébastien Helleu
2014-08-02
tests: add tests of functions string_is_command_char and string_input_for_buffer
Sébastien Helleu
2014-08-02
tests: add tests of base 16/64 decoding/encoding
Sébastien Helleu
2014-08-02
Merge branch 'travis-tests'
Sébastien Helleu
2014-08-02
tests: remove test of han char in utf8_strlen_screen (failing on Ubuntu Precise)
Sébastien Helleu
2014-08-02
tests: remove test of han char in utf8_char_size_screen (failing on Ubuntu ↵
Sébastien Helleu
Precise)
2014-08-02
api: fix function string_format_size on 32-bit systems
Sébastien Helleu
2014-08-01
tests: add tests of function string_format_size
Sébastien Helleu
2014-07-31
tests: add tests of functions string_iconv*
Sébastien Helleu
2014-07-29
tests: add tests of function string_is_word_char
Sébastien Helleu
2014-07-20
tests: add UTF-8 tests (check of some invalid UTF-8 chars)
Sébastien Helleu
2014-07-20
tests: add unit tests using CppUTest
Sébastien Helleu
The tests can be run only via CMake: 1. build with tests: cmake .. -DENABLE_TESTS=ON 2. make 3. ctest (or ctest -V for verbose output)
[prev]