From e4b2b7dbf7a1d68421e3433eb98335824cfbd142 Mon Sep 17 00:00:00 2001 From: Francis ANDRE Date: Wed, 30 May 2018 09:08:59 +0200 Subject: [PATCH] Reformat --- cppignore.cmd | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/cppignore.cmd b/cppignore.cmd index e51f18c1b..8231b9f7e 100644 --- a/cppignore.cmd +++ b/cppignore.cmd @@ -1,4 +1,20 @@ echo off -set CPPUNIT_IGNORE="class CppUnit::TestCaller.testTimeSync, class CppUnit::TestCaller.testGlob, class CppUnit::TestCaller.testEchoIPv4, class CppUnit::TestCaller.testSendToReceiveFromIPv4, class CppUnit::TestCaller.testPing, class CppUnit::TestCaller.testBigPing, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testProxy, class CppUnit::TestCaller.testReuseSocket, class CppUnit::TestCaller.testInterop, class CppUnit::TestCaller.testTimer, class CppUnit::TestCaller.testFind, class CppUnit::TestCaller.testSleep, class CppUnit::TestCaller.testSendToReceiveFrom, class CppUnit::TestCaller.testMTU, " +set CPPUNIT_IGNORE=^ +"class CppUnit::TestCaller.testTimeSync, "^ +"class CppUnit::TestCaller.testGlob, "^ +"class CppUnit::TestCaller.testEchoIPv4, "^ +"class CppUnit::TestCaller.testSendToReceiveFromIPv4, "^ +"class CppUnit::TestCaller.testPing, "^ +"class CppUnit::TestCaller.testBigPing, "^ +"class CppUnit::TestCaller.testProxy, "^ +"class CppUnit::TestCaller.testProxy, "^ +"class CppUnit::TestCaller.testReuseSocket, "^ +"class CppUnit::TestCaller.testInterop, "^ +"class CppUnit::TestCaller.testTimer, "^ +"class CppUnit::TestCaller.testFind, "^ +"class CppUnit::TestCaller.testSleep, "^ +"class CppUnit::TestCaller.testSendToReceiveFrom, "^ +"class CppUnit::TestCaller.testMTU, " + echo on set CPPUNIT_IGNORE