[DEV] first test

This commit is contained in:
Edouard DUPIN 2022-02-06 00:17:19 +01:00
parent 2905dea863
commit a4f14f52d0
135 changed files with 2816 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "libzmq"]
path = libzmq
url = ../libzmq.git

26
GLD_zmq-inproc-lat.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-inproc-lat library",
"source": [
"libzmq/perf/inproc_lat.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-inproc-thr.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-inproc-thr library",
"source": [
"libzmq/perf/inproc_thr.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-local-lat.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-local-lat library",
"source": [
"libzmq/perf/local_lat.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-local-thr.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-local-thr library",
"source": [
"libzmq/perf/local_thr.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-proxy-thr.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-proxy-thr library",
"source": [
"libzmq/perf/proxy_thr.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-remote-lat.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-remote-lat library",
"source": [
"libzmq/perf/remote_lat.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

26
GLD_zmq-remote-thr.json Normal file
View File

@ -0,0 +1,26 @@
{
"type": "BINARY",
"group-id": "org.zmq",
"description": "zmq:zmq-remote-thr library",
"source": [
"libzmq/perf/remote_thr.cpp"
],
"path": [],
"flag": {
"c++": [
"-DZMQ_CUSTOM_PLATFORM_HPP",
"-D_GNU_SOURCE",
"-D_THREAD_SAFE"
]
},
"dependency": [
"z",
"m",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"rt"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--abstract-ipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--address-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--ancillaries library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--app-meta library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--atomics library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--base85.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--base85 library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--bind-after-connect-tcp library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--bind-curve-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--bind-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--bind-null-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--bind-src-address library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--capabilities library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--channel library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--client-server library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--conflate library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-curve-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-delay-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-null-fuzzer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-resolve library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--connect-rid library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--ctx-destroy library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--ctx-options library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--dgram.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--dgram library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--diffserv library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--disconnect-inproc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--disconnect-msg library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--filter-ipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--fork.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--fork library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--getsockopt-memset library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--heartbeats library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--hello-msg library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--hwm-pubsub library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--hwm.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--hwm library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--immediate library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--inproc-connect library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--invalid-rep library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--iov.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--iov library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--ipc-wildcard library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--issue-566 library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--last-endpoint library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--many-sockets library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--metadata library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--mock-pub-sub library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--monitor library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--msg-ffn library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--msg-flags library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--msg-init library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--pair-inproc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--pair-ipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--pair-tcp library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--pair-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--peer.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--peer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--poller.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--poller library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--probe-router library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--proxy-hwm library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--proxy-single-socket library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--proxy-terminate library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--proxy.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--proxy library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--pub-invert-matching library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--radio-dish library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--rebind-ipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reconnect-ivl library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reconnect-options library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--req-correlate library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--req-relaxed library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-device-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-device library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-inproc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-ipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-tcp library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--reqrep-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--router-handover library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--router-mandatory-hwm library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--router-mandatory-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--router-mandatory library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--router-notify library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--scatter-gather library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-curve library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-gssapi library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-no-zap-handler library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-null library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-plain library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--security-zap library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--setsockopt library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--shutdown-stress-tipc library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--shutdown-stress library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--socket-null library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--sockopt-hwm library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--socks.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--socks library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

19
GLD_zmq-test--sodium.json Normal file
View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--sodium library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

View File

@ -0,0 +1,19 @@
{
"type": "BINARY",
"sub-type": "TEST",
"group-id": "org.zmq",
"description": "zmq:zmq-test--spec-dealer library",
"flag": {},
"dependency": [
"z",
"m",
"webp-lib/libtestutil",
"rt",
"zmq",
"gnutls",
"bsd",
"sodium",
"pthread",
"webp-lib/libunity"
]
}

Some files were not shown because too many files have changed in this diff Show More