diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 18:28:03 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 18:28:53 -0500 |
commit | 34a7c0ca08683eb83d6b6b3d5a6a8fb2f7d5b918 (patch) | |
tree | 1efa4c1b7c206e06817ea3bd6e171647c67b3602 /README.mkd | |
parent | 61344915dfdd01101d086b79b56109a9942cbf1a (diff) |
Add skeleton tests for receiving and sending ISO-TP messages.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ ISO-TP (ISO 15765-2) Support Library in C // TODO should handlers take a context? depends on how we want to use this +// TODO add an optional dispatcher to handle multiple open requests + ## Testing The library includes a test suite that uses the `check` C unit test library. |