about summary refs log tree commit diff
path: root/tests/run-make/coverage
AgeCommit message (Collapse)AuthorLines
2023-06-28Remove the old `coverage-reports` and `coverage` directoriesZalathar-19/+0
2023-06-28Migrate the remaining `run-make/coverage-reports` tests over to `run-coverage`Zalathar-374/+0
To make it easier to verify that the output snapshots have been migrated faithfully, this change adds some temporary helper code that lets us avoid having to completely re-bless the existing snapshots. A later change in this PR will then re-bless the tests and remove the temporary helper code.
2023-06-28Migrate most of the existing coverage tests over to `run-coverage`Zalathar-2150/+0
2023-05-07Fix instrument-coverage tests by using Python to sort instantiation groupsZalathar-0/+23
2023-05-01Add `#[no_coverage]` to the test harness's `fn main`Zalathar-0/+10
2023-04-19temporarily ignore run-make coverage testsDeadbeef-0/+6
2023-04-06Bless testsGary Guo-1/+1
2023-03-30move `tools.mk` to run-makeJoshua Nelson-1/+1
apparently I missed some tests in the last commit. Rather than having dozens of tests use the long version, use the short version in `run-make` and the long version in `run-make-fulldeps` (which is now only three tests)
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2504