diff options
| -rw-r--r-- | tests/Makefile.am | 16 | 
1 files changed, 5 insertions, 11 deletions
| diff --git a/tests/Makefile.am b/tests/Makefile.am index f448d8f..85c7527 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,14 +13,11 @@ noinst_PROGRAMS = pair_inproc \                    invalid_rep \                    msg_flags \                    reconnect \ -                  linger - -if !ON_MINGW -noinst_PROGRAMS += shutdown_stress \ -                   pair_ipc \ -                   reqrep_ipc \ -                   timeo -endif +                  linger \ +                  shutdown_stress \ +                  pair_ipc \ +                  reqrep_ipc \ +                  timeo  pair_inproc_SOURCES = pair_inproc.cpp testutil.hpp  pair_tcp_SOURCES = pair_tcp.cpp testutil.hpp @@ -33,12 +30,9 @@ invalid_rep_SOURCES = invalid_rep.cpp  msg_flags_SOURCES = msg_flags.cpp  reconnect_SOURCES = reconnect.cpp  linger_SOURCES = linger.cpp - -if !ON_MINGW  shutdown_stress_SOURCES = shutdown_stress.cpp  pair_ipc_SOURCES = pair_ipc.cpp testutil.hpp  reqrep_ipc_SOURCES = reqrep_ipc.cpp testutil.hpp  timeo_SOURCES = timeo.cpp -endif  TESTS = $(noinst_PROGRAMS) | 
