[DEV] first test
This commit is contained in:
parent
2905dea863
commit
a4f14f52d0
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "libzmq"]
|
||||
path = libzmq
|
||||
url = ../libzmq.git
|
26
GLD_zmq-inproc-lat.json
Normal file
26
GLD_zmq-inproc-lat.json
Normal 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
26
GLD_zmq-inproc-thr.json
Normal 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
26
GLD_zmq-local-lat.json
Normal 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
26
GLD_zmq-local-thr.json
Normal 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
26
GLD_zmq-proxy-thr.json
Normal 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
26
GLD_zmq-remote-lat.json
Normal 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
26
GLD_zmq-remote-thr.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--abstract-ipc.json
Normal file
19
GLD_zmq-test--abstract-ipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--address-tipc.json
Normal file
19
GLD_zmq-test--address-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--ancillaries.json
Normal file
19
GLD_zmq-test--ancillaries.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--app-meta.json
Normal file
19
GLD_zmq-test--app-meta.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--atomics.json
Normal file
19
GLD_zmq-test--atomics.json
Normal 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
19
GLD_zmq-test--base85.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--bind-after-connect-tcp.json
Normal file
19
GLD_zmq-test--bind-after-connect-tcp.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--bind-curve-fuzzer.json
Normal file
19
GLD_zmq-test--bind-curve-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--bind-fuzzer.json
Normal file
19
GLD_zmq-test--bind-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--bind-null-fuzzer.json
Normal file
19
GLD_zmq-test--bind-null-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--bind-src-address.json
Normal file
19
GLD_zmq-test--bind-src-address.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--capabilities.json
Normal file
19
GLD_zmq-test--capabilities.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--channel.json
Normal file
19
GLD_zmq-test--channel.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--client-server.json
Normal file
19
GLD_zmq-test--client-server.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--conflate.json
Normal file
19
GLD_zmq-test--conflate.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-curve-fuzzer.json
Normal file
19
GLD_zmq-test--connect-curve-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-delay-tipc.json
Normal file
19
GLD_zmq-test--connect-delay-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-fuzzer.json
Normal file
19
GLD_zmq-test--connect-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-null-fuzzer.json
Normal file
19
GLD_zmq-test--connect-null-fuzzer.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-resolve.json
Normal file
19
GLD_zmq-test--connect-resolve.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--connect-rid.json
Normal file
19
GLD_zmq-test--connect-rid.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--ctx-destroy.json
Normal file
19
GLD_zmq-test--ctx-destroy.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--ctx-options.json
Normal file
19
GLD_zmq-test--ctx-options.json
Normal 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
19
GLD_zmq-test--dgram.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--diffserv.json
Normal file
19
GLD_zmq-test--diffserv.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--disconnect-inproc.json
Normal file
19
GLD_zmq-test--disconnect-inproc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--disconnect-msg.json
Normal file
19
GLD_zmq-test--disconnect-msg.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--filter-ipc.json
Normal file
19
GLD_zmq-test--filter-ipc.json
Normal 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
19
GLD_zmq-test--fork.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--getsockopt-memset.json
Normal file
19
GLD_zmq-test--getsockopt-memset.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--heartbeats.json
Normal file
19
GLD_zmq-test--heartbeats.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--hello-msg.json
Normal file
19
GLD_zmq-test--hello-msg.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--hwm-pubsub.json
Normal file
19
GLD_zmq-test--hwm-pubsub.json
Normal 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
19
GLD_zmq-test--hwm.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--immediate.json
Normal file
19
GLD_zmq-test--immediate.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--inproc-connect.json
Normal file
19
GLD_zmq-test--inproc-connect.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--invalid-rep.json
Normal file
19
GLD_zmq-test--invalid-rep.json
Normal 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
19
GLD_zmq-test--iov.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--ipc-wildcard.json
Normal file
19
GLD_zmq-test--ipc-wildcard.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--issue-566.json
Normal file
19
GLD_zmq-test--issue-566.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--last-endpoint.json
Normal file
19
GLD_zmq-test--last-endpoint.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--many-sockets.json
Normal file
19
GLD_zmq-test--many-sockets.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--metadata.json
Normal file
19
GLD_zmq-test--metadata.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--mock-pub-sub.json
Normal file
19
GLD_zmq-test--mock-pub-sub.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--monitor.json
Normal file
19
GLD_zmq-test--monitor.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--msg-ffn.json
Normal file
19
GLD_zmq-test--msg-ffn.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--msg-flags.json
Normal file
19
GLD_zmq-test--msg-flags.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--msg-init.json
Normal file
19
GLD_zmq-test--msg-init.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--pair-inproc.json
Normal file
19
GLD_zmq-test--pair-inproc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--pair-ipc.json
Normal file
19
GLD_zmq-test--pair-ipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--pair-tcp.json
Normal file
19
GLD_zmq-test--pair-tcp.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--pair-tipc.json
Normal file
19
GLD_zmq-test--pair-tipc.json
Normal 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
19
GLD_zmq-test--peer.json
Normal 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
19
GLD_zmq-test--poller.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--probe-router.json
Normal file
19
GLD_zmq-test--probe-router.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--proxy-hwm.json
Normal file
19
GLD_zmq-test--proxy-hwm.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--proxy-single-socket.json
Normal file
19
GLD_zmq-test--proxy-single-socket.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--proxy-terminate.json
Normal file
19
GLD_zmq-test--proxy-terminate.json
Normal 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
19
GLD_zmq-test--proxy.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--pub-invert-matching.json
Normal file
19
GLD_zmq-test--pub-invert-matching.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--radio-dish.json
Normal file
19
GLD_zmq-test--radio-dish.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--rebind-ipc.json
Normal file
19
GLD_zmq-test--rebind-ipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reconnect-ivl.json
Normal file
19
GLD_zmq-test--reconnect-ivl.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reconnect-options.json
Normal file
19
GLD_zmq-test--reconnect-options.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--req-correlate.json
Normal file
19
GLD_zmq-test--req-correlate.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--req-relaxed.json
Normal file
19
GLD_zmq-test--req-relaxed.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-device-tipc.json
Normal file
19
GLD_zmq-test--reqrep-device-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-device.json
Normal file
19
GLD_zmq-test--reqrep-device.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-inproc.json
Normal file
19
GLD_zmq-test--reqrep-inproc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-ipc.json
Normal file
19
GLD_zmq-test--reqrep-ipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-tcp.json
Normal file
19
GLD_zmq-test--reqrep-tcp.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--reqrep-tipc.json
Normal file
19
GLD_zmq-test--reqrep-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--router-handover.json
Normal file
19
GLD_zmq-test--router-handover.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--router-mandatory-hwm.json
Normal file
19
GLD_zmq-test--router-mandatory-hwm.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--router-mandatory-tipc.json
Normal file
19
GLD_zmq-test--router-mandatory-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--router-mandatory.json
Normal file
19
GLD_zmq-test--router-mandatory.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--router-notify.json
Normal file
19
GLD_zmq-test--router-notify.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--scatter-gather.json
Normal file
19
GLD_zmq-test--scatter-gather.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-curve.json
Normal file
19
GLD_zmq-test--security-curve.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-gssapi.json
Normal file
19
GLD_zmq-test--security-gssapi.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-no-zap-handler.json
Normal file
19
GLD_zmq-test--security-no-zap-handler.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-null.json
Normal file
19
GLD_zmq-test--security-null.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-plain.json
Normal file
19
GLD_zmq-test--security-plain.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--security-zap.json
Normal file
19
GLD_zmq-test--security-zap.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--setsockopt.json
Normal file
19
GLD_zmq-test--setsockopt.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--shutdown-stress-tipc.json
Normal file
19
GLD_zmq-test--shutdown-stress-tipc.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--shutdown-stress.json
Normal file
19
GLD_zmq-test--shutdown-stress.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--socket-null.json
Normal file
19
GLD_zmq-test--socket-null.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--sockopt-hwm.json
Normal file
19
GLD_zmq-test--sockopt-hwm.json
Normal 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
19
GLD_zmq-test--socks.json
Normal 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
19
GLD_zmq-test--sodium.json
Normal 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"
|
||||
]
|
||||
}
|
19
GLD_zmq-test--spec-dealer.json
Normal file
19
GLD_zmq-test--spec-dealer.json
Normal 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
Loading…
Reference in New Issue
Block a user