summaryrefslogtreecommitdiff
path: root/tests/tests.cpp
AgeCommit message (Collapse)Author
2016-01-01core: update copyright datesSébastien Helleu
2015-12-24tests: fix locale used to execute testsSébastien Helleu
2015-12-24tests: check if all plugins are loadedSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-09-01tests: add tests of arraylist functionsSébastien Helleu
2014-08-25tests: fix build of tests when the build directory is outside source tree ↵Sébastien Helleu
(closes #178)
2014-08-15tests: fix memory leak in tests launcherSébastien Helleu
2014-08-14tests: read WeeChat command line arguments in environment variable ↵Sébastien Helleu
"WEECHAT_TESTS_ARGS"
2014-08-02tests: fix compilation of testsSé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-21tests: fix compilation warning with autotoolsSébastien Helleu
2014-07-20tests: add unit tests using CppUTestSé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)