| 452 | } |
| 453 | |
| 454 | std::wstring GetExecutePath() |
| 455 | { |
| 456 | auto path = system_complete(std::experimental::filesystem::path( Win32::GetCommandLineArguments()[0])); |
| 457 | return path.remove_filename().c_str(); |
| 458 | } |
| 459 | |
| 460 | BOOST_AUTO_TEST_CASE(LogSourceLoopback) |
| 461 | { |
no test coverage detected