2
0
mirror of https://github.com/boostorg/process.git synced 2026-01-26 18:52:25 +00:00

Merge pull request #24 from klemens-morgenstern/test-devel

Added tests & `wchar_t` support.
This commit is contained in:
Klemens Morgenstern
2016-10-15 01:44:19 +02:00
committed by GitHub
48 changed files with 2430 additions and 606 deletions

View File

@@ -157,13 +157,13 @@ BOOST_AUTO_TEST_CASE(stackless, *boost::unit_test::timeout(15))
{
if (!ec) reenter (this)
{
yield bp::child(master_test_suite().argv[1],
yield bp::child(master_test_suite().argv[1],
"test", "--exit-code", "42",
ios,
bp::on_exit=
[this](int ret, const std::error_code&)
{
exit_code = ret;
exit_code = ret;
(*this)();
}).detach();