mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Renaming cppignore.txt to cppignore.win
This commit is contained in:
parent
6a81580533
commit
4dd4247d07
@ -31,7 +31,7 @@ if "%1" =="-d" (
|
||||
)
|
||||
|
||||
set PATH=%POCO_BASE%\%BINDIR%;%PATH%
|
||||
set IGNORE=-ignore %POCO_BASE%\cppignore.txt
|
||||
set IGNORE=-ignore %POCO_BASE%\cppignore.win
|
||||
|
||||
if not "%1" == "" (
|
||||
set TESTCOMPONENTS="%1"
|
||||
|
@ -1,19 +0,0 @@
|
||||
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 PathTest^>.testFind, ^
|
||||
class CppUnit::TestCaller^<class ThreadTest^>.testSleep, ^
|
||||
class CppUnit::TestCaller^<class TimerTest^>.testTimer, ^
|
||||
class CppUnit::TestCaller^<class TimerTest^>.testScheduleInterval, ^
|
||||
class CppUnit::TestCaller^<class TimerTest^>.testScheduleIntervalTimestamp, ^
|
||||
class CppUnit::TestCaller^<class TimerTest^>.testScheduleIntervalClock, ^
|
||||
class CppUnit::TestCaller^<class TimerTest^>.testScheduleAtFixedRate, ^
|
||||
%CPPUNIT_IGNORE%
|
Loading…
Reference in New Issue
Block a user