-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Delete non-compile tests (#4076)
This seemed like a good idea at the time, but the complexity seems not to be worth it. --- END COMMIT MESSAGE --- Any further description goes here, @-mentions are ok here! - Use a *conventional commits* prefix: [quick summary](https://www.conventionalcommits.org/en/v1.0.0/#summary) - We mostly use `feat`, `fix`, `refactor`, `docs`, `chore` and `build` types. - A milestone will be assigned by one of the maintainers <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Tests** - Removed legacy tests that verified compile-time constraints and specific immutability checks. - Added new unit tests for various components related to track parameters and measurement helpers. - **Chores** - Streamlined the build process by eliminating outdated test-handling logic. These updates enhance test coverage and clean up internal testing infrastructure without impacting end-user functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
1 parent
3d74144
commit 0f4fc3e
Showing
4 changed files
with
0 additions
and
207 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
Tests/CommonHelpers/Acts/Tests/CommonHelpers/NonCompileTestHelpers.hpp
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94 changes: 0 additions & 94 deletions
94
Tests/UnitTests/Core/EventData/TrackContainerComplianceTests.cpp
This file was deleted.
Oops, something went wrong.