diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-11 12:40:03 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-11 12:40:03 -0700 |
| commit | 69e8b1517c6d84f30367c5c32e7426d81dc28265 (patch) | |
| tree | b04529a70125e0038d1137e0480d2814958965c4 /tests/CMakeLists.txt | |
| parent | ce459d0c55c974e3792adea5e6455a554dc686f9 (diff) | |
| download | nng-69e8b1517c6d84f30367c5c32e7426d81dc28265.tar.gz nng-69e8b1517c6d84f30367c5c32e7426d81dc28265.tar.bz2 nng-69e8b1517c6d84f30367c5c32e7426d81dc28265.zip | |
Test support for pairv1 including polyamorous mode.
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 8234654f..dc20b3c8 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -90,6 +90,7 @@ add_nng_test(scalability 20) add_nng_test(message 5) add_nng_test(device 5) add_nng_test(errors 2) +add_nng_test(pair1 5) # compatbility tests add_nng_compat_test(compat_block 5) |
