CppTools: Allow enabling debugging of locator filter tests by environment

Change-Id: I9786b7c6959b77eebb1bc774d2e7bd4c8ed3edeb
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Nikolai Kosjar
2019-07-11 13:08:52 +02:00
parent 8f6d99dc29
commit 51cd2885ef

View File

@@ -50,7 +50,7 @@ using namespace Utils;
namespace {
enum { debug = 0 };
const bool debug = qEnvironmentVariable("QTC_DEBUG_CPPLOCATORFILTERTESTCASE") == "1";
QTC_DECLARE_MYTESTDATADIR("../../../tests/cpplocators/")