sheredom / utest.h

🧪 single header unit testing framework for C and C++
The Unlicense
834 stars 57 forks source link

Add MinGW testing to utest.h. #115

Closed sheredom closed 1 year ago

sheredom commented 1 year ago

This pulls over the MinGW testing done in subprocess.h to this repo. https://github.com/sheredom/subprocess.h/pull/71