I am writing a dll which supports interfacing with both C and C++ language applications. The dll itself is written in C++, so the question is can i use Catch2 framework for unittesting both C and C++ applications ?
What are the things i need to look out for ? and are there any alternatives which anyone can suggest ?