ridiculousfish / libdivide

Official git repository for libdivide: optimized integer division
http://libdivide.com
Other
1.09k stars 77 forks source link

Add AVR test suite #71

Closed adbancroft closed 3 years ago

adbancroft commented 3 years ago

Added an AVR test suite. It shares 95% of the existing test code base: required breaking apart tester.cpp into multiple header files.

Full instructions in test\avr\readme.md. Will run in the simulator, so no need for hardware.

ridiculousfish commented 3 years ago

LGTM! I extended commit privileges, feel free to merge whenever you think it's ready.