Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 349 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 349 Bytes

Tests

A test suite is provided in the tests directory. Once LibSLSM has been built, unit tests can be run as follows:

./tests/runtests

The testing framework uses a modified version of MinUnit.h and Debug.h adapted from Zed Shaw's Learn C The Hard Way.