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

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.