about summary refs log tree commit diff
path: root/tests/codegen/instrument-coverage
AgeCommit message (Collapse)AuthorLines
2024-02-23Remove unhelpful `DEFINE_INTERNAL` from filecheck flagsZalathar-3/+2
This define was copied over from the run-make version of the test, but doesn't seem to serve any useful purpose.
2024-02-23Convert `tests/run-make/instrument-coverage` to an ordinary codegen testZalathar-0/+121
This test was already very close to being an ordinary codegen test, except that it needed some extra logic to set a few variables based on (target) platform characteristics. Now that we have support for `//@ filecheck-flags:`, we can instead set those variables using the normal test revisions mechanism.
2024-02-23Move existing coverage codegen tests into a subdirectoryZalathar-0/+47
This makes room for migrating over `tests/run-make/instrument-coverage`, without increasing the number of top-level items in the codegen test directory.