aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Framework.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/Framework.h')
-rw-r--r--tests/framework/Framework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h
index d77a1b2549..3741e44694 100644
--- a/tests/framework/Framework.h
+++ b/tests/framework/Framework.h
@@ -316,6 +316,7 @@ private:
std::set<InstrumentType> _instruments{ InstrumentType::NONE };
TestFilter _test_filter{};
LogLevel _log_level{ LogLevel::ALL };
+ const TestInfo *_current_test_info{ nullptr };
TestResult *_current_test_result{ nullptr };
std::vector<std::string> _test_info{};
};