On 21/02 15.00, Vladislav Vaintroub wrote:
>
> > + my $ctest_out= `ctest 2>&1`;
>
> it is not that as simple as parameter-less ctest call. You need a unit test
> run to be compatible with your chosen build configuration, this should be
> "ctest -C ${MTR_VS_CONFIG}" , for Visual Studio and for Xcode.
Oh, thanks for the tip! I did of course test this on a default manual
build on Windows, knowing this might be platform dependent.
Your reply came 3 seconds(!) after I pushed. I will test the above and
then do a follow-up push.
- Bjorn