diff options
Diffstat (limited to 'src/protocol/reqrep0/CMakeLists.txt')
| -rw-r--r-- | src/protocol/reqrep0/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt index 84c25c0e..4d2903c6 100644 --- a/src/protocol/reqrep0/CMakeLists.txt +++ b/src/protocol/reqrep0/CMakeLists.txt @@ -23,4 +23,5 @@ nng_sources_if(NNG_PROTO_REP0 rep.c xrep.c) nng_headers_if(NNG_PROTO_REP0 nng/protocol/reqrep0/rep.h) nng_defines_if(NNG_PROTO_REP0 NNG_HAVE_REP0) -nng_test(reqrep_test)
\ No newline at end of file +nng_test(reqrep_test) +nng_test(rep_test)
\ No newline at end of file |
