Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | tests: fix locale used to execute tests | Sébastien Helleu | |
2015-12-24 | tests: check if all plugins are loaded | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |
2014-09-01 | tests: add tests of arraylist functions | Sébastien Helleu | |
2014-08-25 | tests: fix build of tests when the build directory is outside source tree ↵ | Sébastien Helleu | |
(closes #178) | |||
2014-08-15 | tests: fix memory leak in tests launcher | Sébastien Helleu | |
2014-08-14 | tests: read WeeChat command line arguments in environment variable ↵ | Sébastien Helleu | |
"WEECHAT_TESTS_ARGS" | |||
2014-08-02 | tests: fix compilation of tests | Sébastien Helleu | |
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-07-21 | tests: fix compilation warning with autotools | 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) |