Age | Commit message (Collapse) | Author |
|
This coverage is probably more useful than the other one, because it’s not
really reasonable to try to cover everything with simple units test (e.g. on
network code etc).
However, we should strive to have 100% coverage with our e2e tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3177
|
|
|
|
|
|
|
|
|
|
Avoids:
- Relying on github’s services
- Fetching a new (malicious) version, automatically, without any “check”
|
|
|
|
|
|
|
|
fix #3157
|
|
ref #3152
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The unit file Type=, as well as the executable path should now be correct
with a simple “make install”, whatever the install prefix and the DESTDIR
values are.
ref #3152
|
|
|
|
|
|
make coverage will display an error instead
|
|
|
|
make coverage runs the test_suite and generates a report
|
|
`make check` is also added to compile and run the tests
Catch is fetched with cmake automatically into the build directory when needed
|
|
Because we added a network unit test
|
|
Used in the USER command when connecting to the IRC server, instead of the
first nick.
fix #3028
|
|
Uses litesql
|
|
|
|
|
|
|
|
the archive"
This reverts commit 54f96debcaa80ea2d49f722b0df11d227943ebba.
|
|
|
|
|