Skip to content

Commit

Permalink
[#258] MCDC Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 20, 2024
1 parent 97580e2 commit a358138
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
update-alternatives --install /usr/bin/clang clang /usr/lib/llvm-19/bin/clang 100
update-alternatives --install /usr/bin/clang++ clang++ /usr/lib/llvm-19/bin/clang++ 100
pipx install --system-site-packages mcdc-checker
pipx ensurepath
- name: Verify Clang Installation
run: |
Expand Down Expand Up @@ -90,14 +91,13 @@ jobs:
echo "Setting up environment for MC/DC Checker..."
export PATH=/usr/lib/llvm-19/bin:$PATH
export LD_LIBRARY_PATH=/usr/lib/llvm-19/lib:$LD_LIBRARY_PATH
echo "Testing Clang bindings in mcdc-checker environment..."
python3 -c "import clang.cindex; print('Clang version:', clang.cindex.Config.library_path)"
echo "Running mcdc-checker..."
mcdc-checker -a -j $GITHUB_WORKSPACE/doc/coverage/mcdc_report.json \
-I $GITHUB_WORKSPACE/include $(find $GITHUB_WORKSPACE/src -type f -name '*.c' | tr '\n' ' ') \
> $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log 2>&1 || true
- name: Display MC/DC Checker Output
run: |
echo "Displaying MC/DC Checker Output:"
Expand Down

0 comments on commit a358138

Please sign in to comment.