From 4b9c58a2b1794763a2ef40f97e46d436166c3d4c Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Wed, 10 Jan 2018 14:34:00 +0000 Subject: COMPMID-800: Display build_information() at the beginning of the runs Change-Id: Iba1e2f021f19351edf849239d10fb9f3788a67c8 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/115743 Reviewed-by: Pablo Tello Tested-by: Jenkins --- tests/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/main.cpp') diff --git a/tests/main.cpp b/tests/main.cpp index 1797b21114..2fb0dd2512 100644 --- a/tests/main.cpp +++ b/tests/main.cpp @@ -128,6 +128,7 @@ int main(int argc, char **argv) { for(auto &p : printers) { + p->print_entry("Version", build_information()); p->print_entry("Seed", support::cpp11::to_string(seed->value())); p->print_entry("Iterations", support::cpp11::to_string(options.iterations->value())); p->print_entry("Threads", support::cpp11::to_string(options.threads->value())); -- cgit v1.2.1