You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guo XIn
291e661666
|
5 months ago | |
---|---|---|
.. | ||
README | 5 months ago | |
async_shutdown.c | 5 months ago | |
block.c | 5 months ago | |
bug328.c | 5 months ago | |
bug777.c | 5 months ago | |
bus.c | 5 months ago | |
cmsg.c | 5 months ago | |
device.c | 5 months ago | |
device4.c | 5 months ago | |
device5.c | 5 months ago | |
device6.c | 5 months ago | |
device7.c | 5 months ago | |
domain.c | 5 months ago | |
emfile.c | 5 months ago | |
hash.c | 5 months ago | |
inproc.c | 5 months ago | |
inproc_shutdown.c | 5 months ago | |
iovec.c | 5 months ago | |
ipc.c | 5 months ago | |
ipc_shutdown.c | 5 months ago | |
ipc_stress.c | 5 months ago | |
list.c | 5 months ago | |
msg.c | 5 months ago | |
pair.c | 5 months ago | |
pipeline.c | 5 months ago | |
poll.c | 5 months ago | |
prio.c | 5 months ago | |
pubsub.c | 5 months ago | |
reqrep.c | 5 months ago | |
reqttl.c | 5 months ago | |
separation.c | 5 months ago | |
shutdown.c | 5 months ago | |
stats.c | 5 months ago | |
survey.c | 5 months ago | |
surveyttl.c | 5 months ago | |
symbol.c | 5 months ago | |
tcp.c | 5 months ago | |
tcp_shutdown.c | 5 months ago | |
term.c | 5 months ago | |
testutil.h | 5 months ago | |
timeo.c | 5 months ago | |
trie.c | 5 months ago | |
win_sec_attr.c | 5 months ago | |
ws.c | 5 months ago | |
ws_async_shutdown.c | 5 months ago | |
zerocopy.c | 5 months 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.