Sébastien Helleu
|
9249738582
|
tests: add extra check of argv pointer in test of string_split functions
|
2014-10-12 18:09:04 +02:00 |
|
Sébastien Helleu
|
8b23106145
|
tests: initialize argc to -1 instead of 1 before some tests
|
2014-10-12 18:07:53 +02:00 |
|
Sébastien Helleu
|
f39b37351c
|
tests: fix build of tests when the build directory is outside source tree (closes #178)
|
2014-08-25 07:38:38 +02:00 |
|
Sébastien Helleu
|
99b7aa9d27
|
tests: fix memory leaks
|
2014-08-14 19:13:32 +02:00 |
|
Sébastien Helleu
|
00e79af39c
|
tests: add tests of function string_split_shell
|
2014-08-14 19:12:00 +02:00 |
|
Sébastien Helleu
|
536318eafe
|
tests: add tests of function string_replace_with_callback
|
2014-08-14 07:38:42 +02:00 |
|
Sébastien Helleu
|
a538a9c08e
|
tests: add tests of function string_replace_regex
|
2014-08-09 09:08:06 +02:00 |
|
Sébastien Helleu
|
13fc108c6d
|
tests: add TODO comments for missing tests
|
2014-08-06 07:53:04 +02:00 |
|
Sébastien Helleu
|
1aa8fd09ef
|
tests: add tests of functions string_is_command_char and string_input_for_buffer
|
2014-08-02 16:55:49 +02:00 |
|
Sébastien Helleu
|
28cb1ae6f5
|
tests: add tests of base 16/64 decoding/encoding
|
2014-08-02 16:54:24 +02:00 |
|
Sébastien Helleu
|
d046315e8b
|
api: fix function string_format_size on 32-bit systems
|
2014-08-02 11:44:15 +02:00 |
|
Sébastien Helleu
|
2987f9208e
|
tests: add tests of function string_format_size
|
2014-08-01 07:34:35 +02:00 |
|
Sébastien Helleu
|
aaa29153b0
|
tests: add tests of functions string_iconv*
|
2014-07-31 07:48:36 +02:00 |
|
Sébastien Helleu
|
3d6b9ff5a7
|
tests: add tests of function string_is_word_char
|
2014-07-29 07:39:30 +02:00 |
|
Sébastien Helleu
|
db9a8e7bc4
|
tests: add unit tests using CppUTest
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)
|
2014-07-20 12:13:25 +02:00 |
|