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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h
index 65ffc0a818..4a26b66bcb 100644
--- a/tests/framework/Framework.h
+++ b/tests/framework/Framework.h
@@ -161,6 +161,12 @@ public:
*/
bool has_test_info() const;
+ /** Print CPU info
+ *
+ * @param[out] os Output stream.
+ */
+ void print_cpu_info(std::ostream &os) const;
+
/** Print test info.
*
* @param[out] os Output stream.