Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 360 Bytes

test.md

File metadata and controls

7 lines (7 loc) · 360 Bytes

Testing

Tests in this repo are currently limited to unit tests. These tests must be explicitly enabled at configure time. Use the --help option to the configurescript for documentation. If enabled, unit tests are integrated into the autotools build using the automake test harness. They are built and executed using the check make target:

make check