dangmoody / Temper

Single header-only testing framework written in C99.
MIT License
6 stars 1 forks source link

new auto-test registration implementation that doesnt require __COUNTER__ or manually ripping symbols out of the binarty #9

Closed dangmoody closed 3 years ago

dangmoody commented 3 years ago

Now uses various compiler extensions that are basically ubiquitous.

Parametric test invokation names have had to come back, seeing if I can get around that still.

dangmoody commented 3 years ago

I can fix those errors that CI reported easily enough. I'm going to go ahead and merge anyway and fix those separately.