mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
This collapses all generated test QL sources into a single one per directory, using query predicates to run the different tests. This should improve the time required to run generated tests.
6 lines
162 B
Plaintext
Generated
6 lines
162 B
Plaintext
Generated
// generated by codegen, do not edit
|
|
import codeql.rust.elements
|
|
import TestUtils
|
|
|
|
query predicate instances(TokenTree x) { toBeTested(x) and not x.isUnknown() }
|