diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-06 14:25:56 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-10 15:40:06 -0700 |
| commit | 0691cafdd49cab6ba81944ccc75497376d29cb93 (patch) | |
| tree | 8766049d4a3be92069ea2806ed35e638ec933da3 /tests/CMakeLists.txt | |
| parent | 927de364b7b5dafc04cd73af51d13a629f07756f (diff) | |
| download | nng-0691cafdd49cab6ba81944ccc75497376d29cb93.tar.gz nng-0691cafdd49cab6ba81944ccc75497376d29cb93.tar.bz2 nng-0691cafdd49cab6ba81944ccc75497376d29cb93.zip | |
Add new reqstress test.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 2177c4df..46236423 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -165,6 +165,7 @@ add_nng_proto_test(pubsub 5 NNG_PROTO_PUB0 NNG_PROTO_SUB0) add_nng_proto_test(reqctx 5 NNG_PROTO_REQ0 NNG_PROTO_REP0) add_nng_proto_test(reqpoll 5 NNG_PROTO_REQ0 NNG_PROTO_REP0) add_nng_proto_test(reqrep 5 NNG_PROTO_REQ0 NNG_PROTO_REP0) +add_nng_proto_test(reqstress 60 NNG_PROTO_REQ0 NNG_PROTO_REP0) add_nng_test(survey 5 NNG_PROTO_SURVEYOR0 NNG_PROTO_RESPONDENT0) # compatbility tests |
