diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-29 14:43:29 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-29 14:43:29 -0500 |
commit | 418b64039712979dccd8b852cd1a28b857282f11 (patch) | |
tree | 8c0f65eaf253fadc5d15c2f833f1728e923ab2ac /README.mkd | |
parent | 0ba19fae04ee48392872a9647a3b711b9115f147 (diff) |
Add Travis CI config.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,8 @@ The library supports parsing floating point CAN signals as well as booleans. ## Testing -The library includes a test suite that uses the `check` C unit test library. +The library includes a test suite that uses the `check` C unit test library. It +requires the unit testing library `check`. $ make test |