Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu | |
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD. | |||
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | tests: check if all plugins are loaded | Sébastien Helleu | |
2015-05-17 | core: make cpputest optional in cmake compilation | Sébastien Helleu | |
With this fix, WeeChat can be built without tests (if cpputest is not found), without having to explicitely disable tests ("-DENABLE_TESTS=OFF"). | |||
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-14 | tests: fix memory leaks | Sébastien Helleu | |
2014-07-22 | tests: add -v option for command "tests" to increase verbosity (CMake) | Sébastien Helleu | |
2014-07-21 | tests: fix compilation of tests | 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) |