Commit graph

133 commits

Author SHA1 Message Date
Ghislain MARY
0e996357d7 Handle compilation for Android with CMake. 2016-03-11 17:03:35 +01:00
Gautier Pelloux-Prayer
283b03521d tester: do not reference cunit anymore, use bctoolbox instead 2016-03-02 14:33:07 +01:00
Gautier Pelloux-Prayer
c227e4b262 tester: remove common, use bctoolbox instead 2016-03-01 16:17:41 +01:00
Simon Morlat
9a8ee6ddf5 update for new ortp logging api 2016-01-19 16:25:43 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +01:00
Jehan Monnier
cb0bbf3146 move check_ice from liblinphone_tester.c to tester.c 2015-11-19 17:36:00 +01:00
Simon Morlat
8b791e5191 fix check_ice insertion and update ortp 2015-11-18 16:48:33 +01:00
Sylvain Berfini
85de79628f Updated ms2 to show textstream RTP stats + added test for rtt copy/paste and rtt call with ice 2015-11-18 10:51:34 +01:00
Gautier Pelloux-Prayer
a4b116d4e4 tester: do not use BC_ASSERT_EQUAL macro to check leaks to avoid false positive in CUnit report 2015-10-23 16:12:48 +02:00
Sylvain Berfini
5abd00497d Fix verbose mode for bb10 liblinphone tester 2015-10-13 17:23:30 +02:00
Ghislain MARY
71caaff491 Close already opened log file in liblinphone_tester when setting a new log file. 2015-10-05 12:17:02 +02:00
Ghislain MARY
205bf11aa4 Add function to set the log file of the liblinphone_tester. 2015-10-05 12:07:20 +02:00
Gautier Pelloux-Prayer
03ad6404b6 tester: remove --config since bc tester already provide it now 2015-09-24 11:13:28 +02:00
Simon Morlat
76263deaff fix crash in linphone_core_destroy() when releasing the chat rooms while belle_sip_provider_t no longer exists, and fix many memory leaks 2015-09-22 22:43:31 +02:00
Gautier Pelloux-Prayer
8a2f20ceae tester: add before_each / after_each methods to check memory leaks and fix various ones 2015-09-22 13:54:29 +02:00
Gautier Pelloux-Prayer
3f31448e0a tester: automatically detect res/writable directories (bis) and add custom option otherwise 2015-09-21 12:22:50 +02:00
Simon Morlat
39c6814242 fix ressource path problem on windows 2015-09-12 15:54:01 +02:00
Gautier Pelloux-Prayer
e250b3c342 tester.c: fix (again...) resource directory path 2015-09-11 15:22:09 +02:00
Gautier Pelloux-Prayer
d1907a0d48 tester.c: fix resource directory path 2015-09-10 12:20:41 +02:00
Simon Morlat
1127f97f8c fix test 2015-09-08 12:38:27 +02:00
Jehan Monnier
2917e8ad98 update ms2 to get functions to enable disable filter 2015-07-17 16:19:29 +02:00
Gautier Pelloux-Prayer
4eb08fcd2d tester: fix launch outside of tester/ 2015-07-16 11:03:58 +02:00
Gautier Pelloux-Prayer
f0b750b734 tester: allow launch of tests from outside of tester/ directory 2015-07-15 16:16:23 +02:00
Gautier Pelloux-Prayer
461e462c2c README.macos.md: use antlr3.4 instead of antlr3.2 since it generates undeterministic code 2015-07-06 13:52:07 +02:00
Ghislain MARY
03d71b27e4 Add tester for Windows 10. 2015-07-06 11:35:18 +02:00
Gautier Pelloux-Prayer
3f86b78b2a tester: update common and display test duration and fix some non removed core managers 2015-07-02 17:04:25 +02:00
Simon Morlat
f336bed4e6 new test for opus stereo vs mono
add option to tester so that it can keep recorded files, which is useful for developing new tests
2015-06-18 15:08:40 +02:00
Gautier Pelloux-Prayer
2fced27fe9 tester: use new macros instead of CUnit ones to get better error logs 2015-05-13 17:38:19 +02:00
Gautier Pelloux-Prayer
e428bf42b8 tester: fix crash when using both --verbose and --log-file 2015-03-24 17:23:05 +01:00
Gautier Pelloux-Prayer
740c4e8c21 tester: use snprintf instead of sprintf and use stdio instead of default logger function for bc_tester_utils 2015-03-24 11:44:00 +01:00
Gautier Pelloux-Prayer
c03389c14c bc_tester_utils.c: use tester_printf instead of fprintf and fix android log handling 2015-03-20 15:13:36 +01:00
Gautier Pelloux-Prayer
66fa2a03ac liblinphone_tester.c: correctly set log level mask 2015-03-20 14:19:35 +01:00
Gautier Pelloux-Prayer
ba701257fe linphonecore.c: add linphone_core_set_log_level_mask and deprecate linphone_core_set_log_level since it's actually a misname of the first function 2015-03-20 14:13:21 +01:00
Gautier Pelloux-Prayer
acf3bb287d tester: add test/suite getters for iOS tester and reorganize code a bit 2015-03-18 10:58:12 +01:00
Gautier Pelloux-Prayer
f02b957e60 tester: use linphone_core_set_log_level when setting verbosity in order to keep belle-sip logs too 2015-03-17 13:42:18 +01:00
Gautier Pelloux-Prayer
b411d3f5ff Tester: fix return value 2015-03-13 17:02:21 +01:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00
Gautier Pelloux-Prayer
d3d0573d13 Tester: create tester_utils which contain factorized code for all testers (in progress) 2015-03-13 10:48:21 +01:00
Ghislain MARY
0d75cb32a3 Fix build of tester and lp-gen-wrappers with Visual Studio. 2015-02-27 14:14:54 +01:00
Gautier Pelloux-Prayer
0e22f1b6cc Fix Android liblinphone_tester compilation 2015-02-13 10:32:22 +01:00
François Grisez
5d19161059 Fix crash with CentOS 6 2015-02-06 15:52:22 +01:00
François Grisez
485c8678f6 Fix bad initialization order of GTK+ 2015-02-05 13:28:30 +01:00
Ghislain MARY
54f3cd52db Add video tester that creates its own GTK windows for video display. 2015-02-04 10:38:00 +01:00
Gautier Pelloux-Prayer
78cd8521a2 Enable xml output if user gives --xml-file, even without --xml 2015-01-29 10:47:56 +01:00
Gautier Pelloux-Prayer
1bb0df3444 Do not write XML tests output until end of execution to avoid corrupted XML in case of crash (bis) 2015-01-29 10:39:57 +01:00
Gautier Pelloux-Prayer
7de6efb0d2 Do not write XML tests output until end of execution to avoid corrupted XML in case of crash 2015-01-29 10:33:49 +01:00
Guillaume BIENKOWSKI
5824199483 Add keepAccounts(bool) and clearAccounts() to JNI 2015-01-21 12:29:13 +01:00
Guillaume BIENKOWSKI
d9bc65287c Enable XML output for liblinphone tester 2014-12-15 11:10:44 +01:00
Jehan Monnier
b393ffef15 introduce a new option to put liblinphone tester traces into a file (I.E --log-file <filename>) 2014-11-25 09:01:30 +01:00
Simon Morlat
8c96f738df move ipv6 check at the correct place 2014-11-10 13:50:04 +01:00