ivanseidel / LinkedList

🔗 A fully implemented LinkedList made to work with general Microcontrollers and Arduino projects
MIT License
350 stars 118 forks source link

Test suite #26

Closed JasonThomasData closed 5 years ago

JasonThomasData commented 6 years ago

Here are some basic tests to assert your code is correct. There is one issue where a function returns bool but its return type is a pointer, so I changed that also.

ivanseidel commented 5 years ago

Awesome!