Sébastien Helleu
|
13fc108c6d
|
tests: add TODO comments for missing tests
|
2014-08-06 07:53:04 +02:00 |
|
Sébastien Helleu
|
2cc265f34e
|
tests: add tests of functions hashtable_hash_key_djb2 and hashtable_new
|
2014-08-04 07:41:24 +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
|
e29f01b4fb
|
Merge branch 'travis-tests'
|
2014-08-02 15:47:20 +02:00 |
|
Sébastien Helleu
|
ee1e181894
|
tests: remove test of han char in utf8_strlen_screen (failing on Ubuntu Precise)
|
2014-08-02 15:36:40 +02:00 |
|
Sébastien Helleu
|
1294bce155
|
tests: remove test of han char in utf8_char_size_screen (failing on Ubuntu Precise)
|
2014-08-02 15:25:56 +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
|
f9b04635d3
|
tests: fix compilation of tests
The header gui-curses.h doesn't need to be included (this causes an error
because the real ncurses lib header is not found when compiling tests).
|
2014-08-02 11:38:58 +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
|
9177e02f1a
|
tests: add -v option for command "tests" to increase verbosity (CMake)
|
2014-07-22 21:04:59 +02:00 |
|
Sébastien Helleu
|
29385e39be
|
tests: fix compilation warning with autotools
|
2014-07-21 21:25:55 +02:00 |
|
Sébastien Helleu
|
63add00da7
|
tests: add compilation of tests with autotools
|
2014-07-21 21:25:43 +02:00 |
|
Sébastien Helleu
|
2eebb817fd
|
tests: fix compilation of tests
|
2014-07-21 21:18:57 +02:00 |
|
Sébastien Helleu
|
5408db58d1
|
tests: add UTF-8 tests (check of some invalid UTF-8 chars)
|
2014-07-20 15:50:51 +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 |
|