I use Cxxtest to unit test my C ++ code. I would like that every time I change and save my code, tests are performed (simply, make tests). I know that for Python there is Nosy that allows this. Is there any general program that would allow this for Cxxtest or any other testing module?
I just need to run only one file change command. It's easy to write a script like this, but maybe there is already some kind of tool :)
source
share