When you run tests, you can specify output directory using --output-dir option
Let's assume test-result is output directory.
Test command is like below:
$ d++ test path\to\cppcheck\fixed#1 -v --output-dir=test-result
d++ just does nothing and stops without any message.