summaryrefslogtreecommitdiff
path: root/test/srcs.mk
Commit message (Collapse)AuthorAge
* net: make networking code re-entrantAlfred E. Heggestad2016-06-06
| | | | | | | | | | | - The network instance is now in struct network and does not use any local/static data - A new top-level struct in baresip.c owns the single instance of struct network it is a long-term goal to remove all local/static data from libbaresip and make it fully re-entrant.
* test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* test: added 2 call testsAlfred E. Heggestad2015-10-29
|
* test: use new sipsrv from retestAlfred E. Heggestad2015-10-04
|
* test: added a test for C++ api compatibilityAlfred E. Heggestad2015-09-30
|
* selftest: new binaryAlfred E. Heggestad2015-08-09
- move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only