citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit e566be1fc2acf60825a41e85bb3c7e2f7a732838
parent 6f0d4fb439aceafa165f5f661b184eb6477f9d6d
Author: Kyle Milz <kyle@0x30.net>
Date:   Fri, 19 Aug 2016 12:27:19 -0600

test: add comments

Diffstat:
Mtest/utils.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/test/utils.sh b/test/utils.sh @@ -1,3 +1,4 @@ +# # Automatically create a temporary directory and define some differencing # functions. @@ -38,6 +39,9 @@ function check_diff test_diff $test_num "$test_desc" check.good check.proc } +# +# Difference a file listing output from citrun-dump. Must be sorted first. +# function filelist_diff { test_num="${1}"