Skip to content

Remove unused MUTINY_BUILD_UNIT_TESTING option#97

Merged
thetic merged 1 commit into
mainfrom
remove-unused-unit-testing-option
Jul 10, 2026
Merged

Remove unused MUTINY_BUILD_UNIT_TESTING option#97
thetic merged 1 commit into
mainfrom
remove-unused-unit-testing-option

Conversation

@thetic

@thetic thetic commented Jul 10, 2026

Copy link
Copy Markdown
Owner

Summary

  • MUTINY_BUILD_UNIT_TESTING was declared as a cmake_dependent_option but never referenced anywhere in the build system
  • MUTINY_BUILD_TESTING is the variable that actually gates test compilation (line 193)

@coveralls

coveralls commented Jul 10, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 98.926%. remained the same — remove-unused-unit-testing-option into main

@github-actions

github-actions Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor
TestsPassed ✅Skipped ⚠️Failed
JUnit Tests1064 ran1055 passed9 skipped0 failed

This cmake_dependent_option was never referenced anywhere in the build
system — MUTINY_BUILD_TESTING is the variable that gates test compilation.
@thetic
thetic force-pushed the remove-unused-unit-testing-option branch from bf150aa to a4ffd43 Compare July 10, 2026 03:57
@thetic
thetic merged commit 45153ec into main Jul 10, 2026
41 checks passed
@thetic
thetic deleted the remove-unused-unit-testing-option branch July 10, 2026 04:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants