mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
commit
200a890434
8
.gitignore
vendored
8
.gitignore
vendored
@ -18,11 +18,13 @@
|
||||
|
||||
# Gradle #
|
||||
##########
|
||||
!gradle.properties
|
||||
!settings.gradle
|
||||
!build.gradle
|
||||
!build.gradle.win
|
||||
.gradle/
|
||||
**/guild/
|
||||
**/gradle/
|
||||
**/options.txt
|
||||
**/output.txt
|
||||
coverage/
|
||||
|
||||
# NuGet #
|
||||
#########
|
||||
|
2
appveyor/Cygwin/excluded.sh
Normal file
2
appveyor/Cygwin/excluded.sh
Normal file
@ -0,0 +1,2 @@
|
||||
export EXCLUDE_TESTS="Foundation Data/ODBC Data/MySQL Redis PDF"
|
||||
|
11
appveyor/Cygwin/runtests.sh
Normal file
11
appveyor/Cygwin/runtests.sh
Normal file
@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# set -ev
|
||||
#
|
||||
set -v
|
||||
export POCO_BASE=`pwd`
|
||||
export PATH=$PATH:.
|
||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
||||
source ./appveyor/ignored.sh
|
||||
source ./appveyor/Cygwin/excluded.sh
|
||||
build/script/runtests.sh
|
12
appveyor/ignored.sh
Normal file
12
appveyor/ignored.sh
Normal file
@ -0,0 +1,12 @@
|
||||
export CPPUNIT_IGNORE="\
|
||||
N7CppUnit10TestCallerI8PathTestEE.testExpand \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testEchoIPv4 \
|
||||
N7CppUnit10TestCallerI13RawSocketTestEE.testSendToReceiveFromIPv4 \
|
||||
N7CppUnit10TestCallerI14ICMPClientTestEE.testPing \
|
||||
N7CppUnit10TestCallerI14ICMPClientTestEE.testBigPing \
|
||||
N7CppUnit10TestCallerI22HTTPSClientSessionTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI22HTTPSStreamFactoryTestEE.testProxy \
|
||||
N7CppUnit10TestCallerI19MulticastSocketTestEE.testMulticast \
|
||||
N7CppUnit10TestCallerI13NTPClientTestEE.testTimeSync \
|
||||
"
|
||||
|
@ -69,13 +69,9 @@ RELEASEOPT_LINK =
|
||||
#
|
||||
# System Specific Flags
|
||||
#
|
||||
SYSFLAGS = -D_XOPEN_SOURCE=500
|
||||
|
||||
# give visibility of old BSD typedef like u_short, u_int, u_long...
|
||||
# used in some networking system includes, needed when using PocoNet
|
||||
SYSFLAGS += -D__BSD_VISIBLE
|
||||
|
||||
SYSFLAGS = -D_GNU_SOURCE
|
||||
|
||||
#
|
||||
#
|
||||
# System Specific Libraries
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user