From 2dbfd0594c575688fe4d81aeb4cadd58dbc396f4 Mon Sep 17 00:00:00 2001 From: Alex Overchenko Date: Mon, 28 Feb 2022 16:11:32 +0300 Subject: [PATCH] Adding time feature description --- auto/parse_output.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/auto/parse_output.rb b/auto/parse_output.rb index 8d541f1..ea9fa0b 100644 --- a/auto/parse_output.rb +++ b/auto/parse_output.rb @@ -14,6 +14,7 @@ # - normal output (raw unity) # - fixture output (unity_fixture.h/.c) # - fixture output with verbose flag set ("-v") +# - time output flag set (UNITY_INCLUDE_EXEC_TIME define enabled with milliseconds output) # # To use this parser use the following command # ruby parseOutput.rb [options] [file]