mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 15:01:15 +02: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)
|
#if defined (_WIN32) && !defined(_WIN32_WCE)
|
||||||
std::string name("TestApp");
|
std::string name("TestApp");
|
||||||
|
#if defined(_DEBUG)
|
||||||
|
name += 'd';
|
||||||
|
#endif
|
||||||
std::string cmd = name;
|
std::string cmd = name;
|
||||||
|
|
||||||
std::vector<std::string> args;
|
std::vector<std::string> args;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user