@@ -15,16 +15,16 @@ environment:
1515 matrix :
1616 - configuration : StaticDebug
1717 platform : x64
18- BOOST_UNIT_TEST_OPTIONS : " --run_test=authenticator_tests,certificate_tests,context_tests,frame_tests,identifiers_tests,message_tests,poller_tests,socket_tests,worker_tests --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
18+ BOOST_UNIT_TEST_OPTIONS : " --run_test=* --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
1919 - configuration : StaticRelease
2020 platform : x64
21- BOOST_UNIT_TEST_OPTIONS : " --run_test=authenticator_tests,certificate_tests,context_tests,frame_tests,identifiers_tests,message_tests,poller_tests,socket_tests,worker_tests --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
21+ BOOST_UNIT_TEST_OPTIONS : " --run_test=* --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
2222 - configuration : StaticDebug
2323 platform : Win32
24- BOOST_UNIT_TEST_OPTIONS : " --run_test=authenticator_tests,certificate_tests,context_tests,frame_tests,identifiers_tests,message_tests,poller_tests,socket_tests,worker_tests --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
24+ BOOST_UNIT_TEST_OPTIONS : " --run_test=* --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
2525 - configuration : StaticRelease
2626 platform : Win32
27- BOOST_UNIT_TEST_OPTIONS : " --run_test=authenticator_tests,certificate_tests,context_tests,frame_tests,identifiers_tests,message_tests,poller_tests,socket_tests,worker_tests --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
27+ BOOST_UNIT_TEST_OPTIONS : " --run_test=* --show_progress=no --detect_memory_leak=0 --report_level=no --build_info=yes"
2828
2929matrix :
3030 fast_finish : true
0 commit comments