to run unit tests with unit--, we need 2 separated parts:
* the unit-- core (unit--.h), which is also needed when writing unit test cases
* a runner extension: currently, the only choice is unit--.cpp
for simplicity and portability, unit--.cpp is not funtional enough, and i'm trying to implement another choice, with some filter functionality.
any advice, it would be appreciated if you post here or mail me
thanks and best regards :-)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
to run unit tests with unit--, we need 2 separated parts:
* the unit-- core (unit--.h), which is also needed when writing unit test cases
* a runner extension: currently, the only choice is unit--.cpp
for simplicity and portability, unit--.cpp is not funtional enough, and i'm trying to implement another choice, with some filter functionality.
any advice, it would be appreciated if you post here or mail me
thanks and best regards :-)