Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

baresip/retest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README
------

retest -- Testprogram for libre and librem
Copyright (C) 2010 - 2019 Creytiv.com

Distributed under BSD license




Testcase guidelines

- Each testcase should be small and test one thing
- Each testcase should match the corresponding module in libre/librem
  (i.e. test/rtp for testing the RTP-module)
- Each testcase must be re-entrant and not use any global data
- The testcase must return 0 for success, or errorcode for failure
- It must be possible to run all testcases in parallel from different threads



Feedback:

- Please send feedback to <libre@creytiv.com>