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:
Henning Makholm
2021-01-26 18:15:22 +01:00
parent aec0e9808b
commit 54f00de3e0
5 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ name: codeql-cpp-tests
version: 0.0.0
libraryPathDependencies: codeql-cpp
extractor: cpp
tests: .