sheredom / utest.h

🧪 single header unit testing framework for C and C++

Home Page:https://www.duskborn.com/utest_h/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Any way to deploy test statements in function callback?

zinwalin opened this issue · comments

commented

image

image

Alas no - there is no way (I'd have to use thread_local variables to get this to work, and there be dragons).