aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/TestResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/framework/TestResult.h')
-rw-r--r--tests/framework/TestResult.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/framework/TestResult.h b/tests/framework/TestResult.h
index 10f10c1d86..18e54343dc 100644
--- a/tests/framework/TestResult.h
+++ b/tests/framework/TestResult.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 Arm Limited.
+ * Copyright (c) 2017-2018,2021 Arm Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -73,6 +73,7 @@ struct TestResult
Status status{ Status::NOT_RUN }; /**< Execution status */
Profiler::MeasurementsMap measurements{}; /**< Profiling information */
+ std::string header_data{}; /**< Test header data */
};
} // namespace framework
} // namespace test