Display component under ctest.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
FrancisANDRE 2015-12-20 08:47:04 +01:00
parent 09e1f98b79
commit 33a4d781b9

View File

@ -266,10 +266,10 @@ test_script:
Add-AppveyorTest -Framework 'CppUnit' -Name $component -Outcome 'Passed' -Duration $millisec Add-AppveyorTest -Framework 'CppUnit' -Name $component -Outcome 'Passed' -Duration $millisec
} }
} }
}
else else
{ {
Write-Host -ForegroundColor Yellow 'using cmake' Write-Host -ForegroundColor Yellow 'using ctest -VV -R ' $component
}
} }
} }
else else