diff options
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
| -rw-r--r-- | src/protocol/reqrep0/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt index 4d2903c6..3cd8d366 100644 --- a/src/protocol/reqrep0/CMakeLists.txt +++ b/src/protocol/reqrep0/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +# Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> # Copyright 2018 Capitar IT Group BV <info@capitar.com> # # This software is supplied under the terms of the MIT License, a @@ -24,4 +24,5 @@ nng_headers_if(NNG_PROTO_REP0 nng/protocol/reqrep0/rep.h) nng_defines_if(NNG_PROTO_REP0 NNG_HAVE_REP0) nng_test(reqrep_test) -nng_test(rep_test)
\ No newline at end of file +nng_test(rep_test) +nng_test(xrep_test) |
