aboutsummaryrefslogtreecommitdiffstats
path: root/covrun.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-03-11 05:21:16 +0000
committerbloodstalker <thabogre@gmail.com>2020-03-11 05:21:16 +0000
commit22932958d862dbdb2594838007c90a07bc81edc3 (patch)
treec51c3bbc1b51a5565048fd3da64d44f844b06180 /covrun.sh
parentmore bug fixes as we're getting ready for the first release. still not sure h... (diff)
downloadcgrep-22932958d862dbdb2594838007c90a07bc81edc3.tar.gz
cgrep-22932958d862dbdb2594838007c90a07bc81edc3.zip
update
Diffstat (limited to 'covrun.sh')
-rwxr-xr-xcovrun.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/covrun.sh b/covrun.sh
index 6fb6c71..53e3726 100755
--- a/covrun.sh
+++ b/covrun.sh
@@ -12,3 +12,4 @@ LLVM_PROFILE_FILE="eight.profraw" "./cgrep-cov" -A 1 -B 1 --cxxcall --call --reg
LLVM_PROFILE_FILE="nine.profraw" "./cgrep-cov" -A 1 -B 1 --memvar --regex ite ./cgrep.cpp
LLVM_PROFILE_FILE="ten.profraw" "./cgrep-cov" --union --regex [Uu]nion ./test/main.cpp
LLVM_PROFILE_FILE="eleven.profraw" "./cgrep-cov" --struct --regex [sS]truct ./test/main.cpp
+LLVM_PROFILE_FILE="twelve.profraw" "./cgrep-cov" --dir ./ --regex run --func ./cgrep.cpp