This will cause test_bitcoin to run twice when the run_test_bitcoin
facility is used, but this should not cause any noticeable time penalty
since the tests run in parallel with ninja check. As a reference the
whole ninja check run takes about 5s on my machine.
The main advantage is that it prevents from lowering the coverage when a
test suite is renamed or added.