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

Files

Latest commit

a7b7a28 · Feb 27, 2019

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 31, 2018
Feb 27, 2019
Nov 24, 2014
Nov 24, 2014
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>