libzmq/tests
Arthur O'Dwyer cf20932df0 Add "#undef NDEBUG" to all tests.
This change makes sure that even if the tests are built in a
"release" configuration (with optimizations and NDEBUG turned on),
the assertions won't get compiled out of the tests themselves.

The C standard guarantees that the most recent inclusion of
<assert.h> is the one that counts, so it's important that the
"#undef NDEBUG/#include <assert.h>" come as the last thing in
the block of header files.

"testutil.hpp" includes <assert.h>, so I've left <assert.h> out
of any test that #includes "testutil.hpp", just for the sake of
brevity.
2012-09-06 10:03:12 -07:00
..
Makefile.am Verbose ROUTER socket behavior patch 2012-06-17 02:33:43 +04:00
test_connect_delay.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_connect_resolve.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_hwm.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_invalid_rep.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_last_endpoint.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_monitor.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_msg_flags.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_pair_inproc.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_pair_ipc.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_pair_tcp.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_reqrep_device.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_reqrep_inproc.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_reqrep_ipc.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_reqrep_tcp.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_router_behavior.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_shutdown_stress.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_sub_forward.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_term_endpoint.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
test_timeo.cpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00
testutil.hpp Add "#undef NDEBUG" to all tests. 2012-09-06 10:03:12 -07:00