mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Add "tests" fields to test qlpacks
This will allow `codeql resolve tests --ignore-dubious-cases` (and thus the VSCode extension) to recognize all `.ql` files in those packs as test cases, even if they don't have accompanying `.expected` files. CLI versions prior to 2.1.0 will choke on this, but it's almost 10 months since that came out.
This commit is contained in:
@@ -2,3 +2,4 @@ name: codeql-cpp-tests
|
||||
version: 0.0.0
|
||||
libraryPathDependencies: codeql-cpp
|
||||
extractor: cpp
|
||||
tests: .
|
||||
|
||||
Reference in New Issue
Block a user