Page 1 of 1

unit testing printk

Posted: Sun Oct 16, 2016 8:30 pm
by stdcall
Hi.
I guess someone might find it valuable.

I just implemented a complete compliant (without floats) printk function function for my kernel.
I found a great source for unit testing which helps a lot.
https://github.com/BartMassey/printf-te ... -sprintf.c