
28 Sep
2012
28 Sep
'12
11:54 p.m.
Sergey Popov <loonycyborg <at> gmail.com> writes:
I would like it if I could build Boost.Test libraries (libboost_unit_test_framework*) without the monitor stuff (libboost_test_exec_monitor* and libboost_prg_exec_monitor*).
Is this a joke? Former is deprecated long ago and later has nothing to do with unit testing. And either one has nothing to do with unit test framework. The point here that both libs are built by ./b2 --with-test. And considering what you said above it would be nice if they were considered a separate lib for purposes of --with-whatever..
I know nothing about b2 or with-test, but whomever is responsible feel free to stop building these (especially test execution monitor). Gennadiy