用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
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 first commit 5 months ago
..
README first commit 5 months ago
async_shutdown.c first commit 5 months ago
block.c first commit 5 months ago
bug328.c first commit 5 months ago
bug777.c first commit 5 months ago
bus.c first commit 5 months ago
cmsg.c first commit 5 months ago
device.c first commit 5 months ago
device4.c first commit 5 months ago
device5.c first commit 5 months ago
device6.c first commit 5 months ago
device7.c first commit 5 months ago
domain.c first commit 5 months ago
emfile.c first commit 5 months ago
hash.c first commit 5 months ago
inproc.c first commit 5 months ago
inproc_shutdown.c first commit 5 months ago
iovec.c first commit 5 months ago
ipc.c first commit 5 months ago
ipc_shutdown.c first commit 5 months ago
ipc_stress.c first commit 5 months ago
list.c first commit 5 months ago
msg.c first commit 5 months ago
pair.c first commit 5 months ago
pipeline.c first commit 5 months ago
poll.c first commit 5 months ago
prio.c first commit 5 months ago
pubsub.c first commit 5 months ago
reqrep.c first commit 5 months ago
reqttl.c first commit 5 months ago
separation.c first commit 5 months ago
shutdown.c first commit 5 months ago
stats.c first commit 5 months ago
survey.c first commit 5 months ago
surveyttl.c first commit 5 months ago
symbol.c first commit 5 months ago
tcp.c first commit 5 months ago
tcp_shutdown.c first commit 5 months ago
term.c first commit 5 months ago
testutil.h first commit 5 months ago
timeo.c first commit 5 months ago
trie.c first commit 5 months ago
win_sec_attr.c first commit 5 months ago
ws.c first commit 5 months ago
ws_async_shutdown.c first commit 5 months ago
zerocopy.c first commit 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.