-
Notifications
You must be signed in to change notification settings - Fork 717
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We currently have multiple CTest tests that run `fix_rules.py`. Each of the tests runs a different subcommand of `fix_rules.py`. These tests test various aspects of rule.yml files. Each test tests all rule.yml files in a product. That means that each test loads all rule.yml files to perform the check. This isn't efficient and takes a lot of time. Thanks to the new subcommand `test_all` that has been introduced to `fix_rules.py` recently, we can run all checks at once. Therefore, we will merge all the CTest tests that run `fix_rules.py` to a single test. This way, we will parse each rule.yml file just once, and that will save us a lot of time during testing.
- Loading branch information
Showing
1 changed file
with
5 additions
and
62 deletions.
There are no files selected for viewing
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