sheredom / utest.h

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

Add support for TCC trunk. #125

Closed aganm closed 1 year ago

aganm commented 1 year ago

I wanted to play with TCC and my favorite handy testing library. I got it working, but only with the trunk version as the latest release version 0.9.27 does not implement __attribute__(constructor) yet.

sheredom commented 1 year ago

This is pretty cool! I'll merge this - but I'm curious if there is any way to test with tcc as part of the build process. Something for the future 😄