diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-18 10:42:55 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-18 10:44:58 -0800 |
| commit | da94097f50dbee98367b65f8331c58dddbffa74b (patch) | |
| tree | a4714e2d49f8941f6192fa9a3537753ccbdd955e /src/protocol/survey0/CMakeLists.txt | |
| parent | 0fbaea09f98c737e2e92cf71d44cc4ada8c91258 (diff) | |
| download | nng-da94097f50dbee98367b65f8331c58dddbffa74b.tar.gz nng-da94097f50dbee98367b65f8331c58dddbffa74b.tar.bz2 nng-da94097f50dbee98367b65f8331c58dddbffa74b.zip | |
xrespond should use atomic TTL.
Diffstat (limited to 'src/protocol/survey0/CMakeLists.txt')
| -rw-r--r-- | src/protocol/survey0/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocol/survey0/CMakeLists.txt b/src/protocol/survey0/CMakeLists.txt index eeec4ee1..a180a196 100644 --- a/src/protocol/survey0/CMakeLists.txt +++ b/src/protocol/survey0/CMakeLists.txt @@ -24,4 +24,5 @@ nng_headers_if(NNG_PROTO_RESPONDENT0 nng/protocol/survey0/respond.h) nng_defines_if(NNG_PROTO_RESPONDENT0 NNG_HAVE_RESPONDENT0) nng_test(respond_test) +nng_test(xrespond_test) nng_test(xsurvey_test)
\ No newline at end of file |
