mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
Append 'd' to 'TestApp' when compiling with _DEBUG
This commit is contained in:
parent
9ba9254623
commit
4542a15b86
@ -159,6 +159,9 @@ void ProcessTest::testLaunchArgs()
|
||||
{
|
||||
#if defined (_WIN32) && !defined(_WIN32_WCE)
|
||||
std::string name("TestApp");
|
||||
#if defined(_DEBUG)
|
||||
name += 'd';
|
||||
#endif
|
||||
std::string cmd = name;
|
||||
|
||||
std::vector<std::string> args;
|
||||
|
Loading…
Reference in New Issue
Block a user