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

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.