diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-04-14 15:09:27 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-04-14 20:18:02 -0700 |
| commit | e3b8f31b044e4fe7d47439467fc1622266b5335c (patch) | |
| tree | deee625b2d01daa5558137f664c5b49d0a0e9e48 /tests/CMakeLists.txt | |
| parent | 0467702bf1e5b4777c254d4116d8f8972b5a44a2 (diff) | |
| download | nng-e3b8f31b044e4fe7d47439467fc1622266b5335c.tar.gz nng-e3b8f31b044e4fe7d47439467fc1622266b5335c.tar.bz2 nng-e3b8f31b044e4fe7d47439467fc1622266b5335c.zip | |
fixes #350 Incorrect compat error code from nn_setsockopt
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 46236423..d6283dbc 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -187,5 +187,9 @@ add_nng_compat_test(compat_survey 5) add_nng_compat_test(compat_reqttl 5) add_nng_compat_test(compat_shutdown 5) +# These are special tests for compat mode, not inherited from the +# legacy libnanomsg suite. +add_nng_test(compat_options 5 NNG_PROTO_REP0) + # c++ tests add_nng_cpp_test(cplusplus_pair 5) |
