diff options
author | Harry Jeffery <harry@exec64.co.uk> | 2015-12-08 16:36:26 +0000 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2015-12-08 16:39:31 +0000 |
commit | c8f4c755c3df8f8a9a304a55036baa9ea20cf943 (patch) | |
tree | f2500f328845043fd15f145b53cf131483150d47 /README.md | |
parent | ad1aca588a29516896e0088c3c207127d732e3ce (diff) | |
download | imv-c8f4c755c3df8f8a9a304a55036baa9ea20cf943.tar.gz |
Add testing infrastructure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -51,6 +51,13 @@ Installation $ make # make install +Tests +----- + +`imv` has a work-in-progress test suite. The test suite requires `cmocka`. + + $ make check + Contact ------- |