diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-26 21:13:54 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-26 21:13:54 -0800 |
| commit | 93d72cab018ddbdb35a03e450b5725a2a7e58eb6 (patch) | |
| tree | 412a842fc59b0dde87b4f11df182ad05f7f505fa /tests/CMakeLists.txt | |
| parent | aaaa3ce10abb95fe0dfdb9700c69b34112b25252 (diff) | |
| download | nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.tar.gz nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.tar.bz2 nng-93d72cab018ddbdb35a03e450b5725a2a7e58eb6.zip | |
Fixes for BUS protocol in compat, test suite, and timing in compat tests.
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 9545f661..10e7dcca 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -87,5 +87,7 @@ add_nng_test(tcp 5) # compatbility tests add_nng_compat_test(compat_block 5) +add_nng_compat_test(compat_bug777 5) +add_nng_compat_test(compat_bus 5) add_nng_compat_test(compat_cmsg 5) add_nng_compat_test(compat_reqrep 5) |
