Commit graph

45 commits

Author SHA1 Message Date
Ghislain MARY
7dc834b219 Fix malloc/free mismatches in tester. 2016-01-06 12:00:12 +01:00
Gautier Pelloux-Prayer
02f48749a9 bc_tester: fix autoassignment bug 2015-12-09 12:02:42 +01:00
Ghislain MARY
cafb1dfa3e Fix strict-prototypes warnings. 2015-11-20 17:56:11 +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
Gautier Pelloux-Prayer
b7f7eba5cf bc_tester: fix INLINE macro for win32 2015-10-22 11:01:13 +02:00
Gautier Pelloux-Prayer
1b6b49a579 conference: fix conference API with tests - there must be no current call in conference 2015-10-21 15:44:33 +02:00
Gautier Pelloux-Prayer
fcc39924ff tester: fix compilation error on mobile 2015-09-29 12:07:22 +02:00
Gautier Pelloux-Prayer
9244a01737 tester: fix memory leaks in common 2015-09-28 11:34:09 +02:00
Ghislain MARY
86dab4733d Synchronize bc_tester_unit. 2015-09-25 17:00:26 +02:00
Simon Morlat
e38fb7a661 workaround crash on mingw 2015-09-25 09:45:17 +02:00
Simon Morlat
bd0061f227 fix memory leak and add new test to check that linphone_core_destroy() sends BYE for unterminated calls. 2015-09-24 22:06:30 +02:00
Simon Morlat
ba100f073f fix memory leaks 2015-09-24 11:47:51 +02:00
Gautier Pelloux-Prayer
aadad2dde3 tester: update bc_tester_utils 2015-09-24 11:30:00 +02:00
Gautier Pelloux-Prayer
03ad6404b6 tester: remove --config since bc tester already provide it now 2015-09-24 11:13:28 +02:00
Gautier Pelloux-Prayer
3fcf71072f tester: update bc_tester_utils 2015-09-23 17:49:48 +02:00
Gautier Pelloux-Prayer
879e017e1e tester: update bc_tester_utils and fix some tests - disable stderr for sipp because corrupting output is not great at all 2015-09-23 14:09:52 +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
Ghislain MARY
88248cc90c Fix build of liblinphone-tester for Windows 10. 2015-09-22 12:48:11 +02:00
François Grisez
962fd6fc9a Fix ISO C90 error 2015-09-21 14:17:00 +02:00
Gautier Pelloux-Prayer
76591f8ce0 tester: fix typo in previous commit... 2015-09-21 12:26: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
Gautier Pelloux-Prayer
b1ae7bf028 tester: add before_each and after_each functions to allow init/cleanup of tests individually 2015-09-17 11:06:35 +02:00
Simon Morlat
1e86c8367f fix dangerous calls to strncat 2015-09-12 16:18:32 +02:00
Simon Morlat
1127f97f8c fix test 2015-09-08 12:38:27 +02:00
Simon Morlat
041116cb67 implement a mechanism to monitor the memory consumption of the tests. 2015-09-07 16:09:58 +02:00
Gautier Pelloux-Prayer
7fe0661be6 tester: fix autocompletion and minor tests changes 2015-07-07 11:28:09 +02:00
Gautier Pelloux-Prayer
9cc3b9a779 tester: iterate every 20 ms loops instead of 100 ms to speedup tests 2015-07-06 12:33:51 +02:00
Gautier Pelloux-Prayer
7721875fe1 tester: fix compilation 2015-07-03 09:23:46 +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
Gautier Pelloux-Prayer
2dc1116da8 tester: move from BC_ASSERT_TRUE to more accurate asserts for some tests 2015-05-18 13:56:58 +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
a7bacc85d9 bc_tester_utils.h: update macros 2015-05-12 14:48:00 +02:00
Gautier Pelloux-Prayer
6851e5e5e9 bc_tester_utils.h: fix some macros and update ms2 as well 2015-05-05 17:02:44 +02:00
Gautier Pelloux-Prayer
f61cd11b5c call_tester.c: use another WAV for Call with file player test to reduce computation time 2015-04-28 13:08:26 +02:00
Gautier Pelloux-Prayer
dd885db59a bc_tester_utils.h: fix missing stdarg.h 2015-04-23 11:02:19 +02:00
Gautier Pelloux-Prayer
a0c195aa8f bc_tester_utils: fix include paths 2015-04-23 09:24:54 +02:00
Gautier Pelloux-Prayer
40f82acc4d tester: fix duplicate symbols issue 2015-04-09 09:47:03 +02:00
Gautier Pelloux-Prayer
4449bc3481 tester: redefine CU_* macros to enable IF(! CU_macro()) { ... } syntax and goto end handling 2015-04-08 09:43:45 +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
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
d78eea16cb autocompletion: add Linphone and mediastreamer tools as supported by the tool 2015-03-17 14:39:47 +01:00
Gautier Pelloux-Prayer
cdec9f9eda Tester: update CMakeLists.txt and use latest changes 2015-03-16 16:48:03 +01:00
Gautier Pelloux-Prayer
0887089bc6 Tester: continuing 2015-03-13 13:55:32 +01:00