Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

readme.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

testing.h

I wrote this library to help in testing my operating system class (COMP352) labs and projects. It takes some inspiration from the golang testing package. "testing.h" is about as bare bones as you can get but I found it useful and thought others might like it as well.