summaryrefslogtreecommitdiff
path: root/test/testutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce test infrastructureJohn-Mark Bell2021-08-161-0/+123
Mock out every OS call made by the library (they all return an unimplemented error for the timebeing). Add a trivial test case that verifies that rufl_init() fails.