diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 11:22:56 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-27 11:22:56 -0500 |
commit | 9dafed6b7fe2fe45f44aa8c614d51388f84bb696 (patch) | |
tree | 5696061f4887685a27f46d1f505f98cff9f1f926 /README.mkd |
Initial commit with blank structure.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd new file mode 100644 index 00000000..a8497071 --- /dev/null +++ b/README.mkd @@ -0,0 +1,18 @@ +ISO 15765-2 Support Library in C +============ + +## Testing + +The library includes a test suite that uses the `check` C unit test library. + + $ make test + +## Authors + +Chris Peplin cpeplin@ford.com + +## License + +Copyright (c) 2013 Ford Motor Company + +Licensed under the BSD license. |