Add QL test support

This commit is contained in:
Arthur Baars
2020-11-11 15:52:35 +01:00
parent 5f1e373355
commit 080c56c9eb
4 changed files with 15 additions and 0 deletions

6
.codeqlmanifest.json Normal file
View File

@@ -0,0 +1,6 @@
{ "provide": [ "ql/src/qlpack.yml",
"ql/test/qlpack.yml",
"ql/examples/qlpack.yml",
"extractor-pack/codeql-extractor.yml"
]
}