Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

tests/

Test suite lives here.

Mirror the src/ directory structure where practical. The Makefile's TEST_CMD should point to this directory.

Rules from coding standards:

  • Add/maintain unit tests for all modules.
  • Run the full test suite after each major change.
  • Do not proceed if tests fail.