Hi ,
I was testing my code and got a segfault.
segfault is not handled by Cxxtest. Couldn't this be handled by Cxxtest. I will elaborate my usecase below:
Suppose I had "N" testcases
1. testcase that will pass
2. That causes segfault
3. That causes buserror
..
..
N That will pass
The runner will stop the execution at segfault and wont print the result. I would also miss the statistics that cxxtest is supposed to provide.
Are you guys planning to have this feature? Or am I missing something on how to handle this in my code ?
Kindly help me.
--
regards,
Arjun S R