SMFSW / Queue

Queue handling library (designed on Arduino)
BSD 3-Clause "New" or "Revised" License
93 stars 20 forks source link

Use arduino_ci for unit testing #9

Open ianfixes opened 5 years ago

ianfixes commented 5 years ago

This PR provides a unit test that (for better or worse) attempts to line-for-line copy the LibTst.ino example. It asserts a variety of conditions related to (over)filling and (over)emptying a queue.

Fixes #4