mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-15 22:50:36 +02:00
5 lines
797 B
Batchfile
5 lines
797 B
Batchfile
echo off
|
|
set CPPUNIT_IGNORE="class CppUnit::TestCaller<class NTPClientTest>.testTimeSync, class CppUnit::TestCaller<class GlobTest>.testGlob, class CppUnit::TestCaller<class RawSocketTest>.testEchoIPv4, class CppUnit::TestCaller<class RawSocketTest>.testSendToReceiveFromIPv4, class CppUnit::TestCaller<class ICMPClientTest>.testPing, class CppUnit::TestCaller<class ICMPClientTest>.testBigPing, class CppUnit::TestCaller<class HTTPSClientSessionTest>.testProxy, class CppUnit::TestCaller<class HTTPSStreamFactoryTest>.testProxy, class CppUnit::TestCaller<class TCPServerTest>.testReuseSocket, class CppUnit::TestCaller<class HTTPSClientSessionTest>.testInterop, class CppUnit::TestCaller<class TimerTest>.testTimer, class CppUnit::TestCaller<class PathTest>.testFind,"
|
|
echo on
|
|
set CPPUNIT_IGNORE
|