sheredom / utest.h

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

Remove UTEST_ATTRIBUTE, __attribute works everywhere. #139

Closed aganm closed 10 months ago

aganm commented 11 months ago

I added UTEST_ATTRIBUTE for tcc compatibiliy some time ago, it is unnecessary because __attribute works everywhere.

aganm commented 11 months ago

CI fails but it seems to be unrelated to my PR, some mingw pthread thing?

sheredom commented 11 months ago

Gurgh I might rip out mingw if I can't get it to work!

aganm commented 11 months ago

I see the logs complain about pthread, and the mingw CI uses https://github.com/egor-tensin/setup-mingw, which claims to fix an issue with pthread, but it seems broken again. Damn you mingw 😅