diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-08-14 15:36:41 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-08-14 15:36:41 -0700 |
| commit | 9a938f1c13d20478a024c08bbb9ef0b9ff5c03a5 (patch) | |
| tree | 30b01200d4958379a13fb0694ca3729bb23a432d /tests/CMakeLists.txt | |
| parent | 63479c2938cbc80c1aac9367cb95564f6e7540e1 (diff) | |
| download | nng-9a938f1c13d20478a024c08bbb9ef0b9ff5c03a5.tar.gz nng-9a938f1c13d20478a024c08bbb9ef0b9ff5c03a5.tar.bz2 nng-9a938f1c13d20478a024c08bbb9ef0b9ff5c03a5.zip | |
Added shutdown test from legacy nanomsg.
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 dc20b3c8..73484a4a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -105,3 +105,5 @@ add_nng_compat_test(compat_pipeline 5) add_nng_compat_test(compat_reqrep 5) add_nng_compat_test(compat_survey 5) add_nng_compat_test(compat_reqttl 5) +add_nng_compat_test(compat_shutdown 5) + |
