LiuZe 3b51f35e80 base commit 1 year ago
..
README 3b51f35e80 base commit 1 year ago
async_shutdown.c 3b51f35e80 base commit 1 year ago
block.c 3b51f35e80 base commit 1 year ago
bug328.c 3b51f35e80 base commit 1 year ago
bug777.c 3b51f35e80 base commit 1 year ago
bus.c 3b51f35e80 base commit 1 year ago
cmsg.c 3b51f35e80 base commit 1 year ago
device.c 3b51f35e80 base commit 1 year ago
device4.c 3b51f35e80 base commit 1 year ago
device5.c 3b51f35e80 base commit 1 year ago
device6.c 3b51f35e80 base commit 1 year ago
device7.c 3b51f35e80 base commit 1 year ago
domain.c 3b51f35e80 base commit 1 year ago
emfile.c 3b51f35e80 base commit 1 year ago
hash.c 3b51f35e80 base commit 1 year ago
inproc.c 3b51f35e80 base commit 1 year ago
inproc_shutdown.c 3b51f35e80 base commit 1 year ago
iovec.c 3b51f35e80 base commit 1 year ago
ipc.c 3b51f35e80 base commit 1 year ago
ipc_shutdown.c 3b51f35e80 base commit 1 year ago
ipc_stress.c 3b51f35e80 base commit 1 year ago
list.c 3b51f35e80 base commit 1 year ago
msg.c 3b51f35e80 base commit 1 year ago
pair.c 3b51f35e80 base commit 1 year ago
pipeline.c 3b51f35e80 base commit 1 year ago
poll.c 3b51f35e80 base commit 1 year ago
prio.c 3b51f35e80 base commit 1 year ago
pubsub.c 3b51f35e80 base commit 1 year ago
reqrep.c 3b51f35e80 base commit 1 year ago
reqttl.c 3b51f35e80 base commit 1 year ago
separation.c 3b51f35e80 base commit 1 year ago
shutdown.c 3b51f35e80 base commit 1 year ago
stats.c 3b51f35e80 base commit 1 year ago
survey.c 3b51f35e80 base commit 1 year ago
surveyttl.c 3b51f35e80 base commit 1 year ago
symbol.c 3b51f35e80 base commit 1 year ago
tcp.c 3b51f35e80 base commit 1 year ago
tcp_shutdown.c 3b51f35e80 base commit 1 year ago
term.c 3b51f35e80 base commit 1 year ago
testutil.h 3b51f35e80 base commit 1 year ago
timeo.c 3b51f35e80 base commit 1 year ago
trie.c 3b51f35e80 base commit 1 year ago
win_sec_attr.c 3b51f35e80 base commit 1 year ago
ws.c 3b51f35e80 base commit 1 year ago
ws_async_shutdown.c 3b51f35e80 base commit 1 year ago
zerocopy.c 3b51f35e80 base commit 1 year ago

README

This directory contains automatic tests for nanomsg library. To run the tests
do "make test" in the build directory, or alternatively run ctest.

Note that the code here is probably ill-suited for demonstration purposes, as
it is primarily oriented towards testing the library, rather than serving as
any sort of example.

Instead, we recommend looking in ../demo for some example programs that
demonstrate the API as we feel it is meant to be used.