Skip to content

Commit

Permalink
ci, docs: set max to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
whentojump committed Jul 3, 2024
1 parent d062a0b commit 5913fa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/4_build_kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ make LLVM=1 olddefconfig

./scripts/config -e CONFIG_LLVM_COV_KERNEL
./scripts/config -e CONFIG_LLVM_COV_KERNEL_MCDC
./scripts/config --set-val LLVM_COV_KERNEL_MCDC_MAX_CONDITIONS 44
./scripts/config --set-val LLVM_COV_KERNEL_MCDC_MAX_CONDITIONS 6
make LLVM=1 olddefconfig

cat << EOF
Expand Down
4 changes: 2 additions & 2 deletions docs/measure-kernel-mcdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ groups of options:
```shell
./scripts/config -e CONFIG_LLVM_COV_KERNEL
./scripts/config -e CONFIG_LLVM_COV_KERNEL_MCDC
./scripts/config --set-val LLVM_COV_KERNEL_MCDC_MAX_CONDITIONS 44
./scripts/config --set-val LLVM_COV_KERNEL_MCDC_MAX_CONDITIONS 6
make LLVM=1 olddefconfig
```

Expand Down Expand Up @@ -198,7 +198,7 @@ All should print "y".

./scripts/config -s LLVM_COV_KERNEL_MCDC_MAX_CONDITIONS

It should print "44".
It should print "6".

-->

Expand Down

0 comments on commit 5913fa3

Please sign in to comment.