When using make in unit-tests, it seems that binaries are automatically erased when we are finished running all the tests.
However, i can't find any rule expliciting this behaviour.
The consequence of this is that unit-tests are recompiling when using make all.
When using make in unit-tests, it seems that binaries are automatically erased when we are finished running all the tests. However, i can't find any rule expliciting this behaviour. The consequence of this is that unit-tests are recompiling when using make all.
Where is this coming from? Not from the clean rule, which i silenced!