mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 15:07:26 +01:00
Run ctest..
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
This commit is contained in:
parent
680b29198c
commit
39ca46f7ce
18
appveyor.yml
18
appveyor.yml
@ -200,15 +200,28 @@ build_script:
|
||||
}
|
||||
|
||||
before_test:
|
||||
- set CPPUNIT_IGNORE="class CppUnit::TestCaller<class NTPClientTest>.testTimeSync"
|
||||
- set POCO_BASE=%CD%
|
||||
- set CPPUNIT_IGNORE='class CppUnit::TestCaller<class NTPClientTest>.testTimeSync, class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4, class CppUnit::TestCaller<class RawSocketTest>.test
|
||||
SendToReceiveFromIPv4, class CppUnit::TestCaller<class ICMPClientTest>.testPing'
|
||||
|
||||
after_test:
|
||||
|
||||
test_script:
|
||||
- ps: |
|
||||
|
||||
$excluded = @('Data', 'Data/MySQL', 'Data/ODBC','Redis', 'PDF')
|
||||
if ($env:builder -eq "msbuild")
|
||||
{
|
||||
$excluded = @('Data', 'Data/MySQL', 'Data/ODBC','Redis', 'PDF')
|
||||
}
|
||||
if ($env:builder -eq "cmake")
|
||||
{
|
||||
$excluded = @(
|
||||
'CppUnit', 'CppUnit/WinTestRunner', 'NetSSL_OpenSSL',
|
||||
'Data','Data/ODBC','Data/MySQL',
|
||||
'PageCompiler','PageCompiler/File2Page',
|
||||
'PDF','Redis', 'PocoDoc','ProGen'
|
||||
)
|
||||
}
|
||||
|
||||
$runs=0;$fails=0;$failedTests='';$status=0;$tab="`t";
|
||||
$line='-------------------------------------------------------------------------------------';
|
||||
@ -270,6 +283,7 @@ test_script:
|
||||
else
|
||||
{
|
||||
Write-Host -ForegroundColor Yellow 'using ctest -VV -R ' $component
|
||||
ctest -VV -R $component
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user