Java tests: add queries.xml

The `queries.xml` file defines which extractor the `codeql test` runner will use
to extract databases for the tests. In the future one will be able to write this
information in `qlpack.yml`, but we can't do that immediately because the
_existing_ CodeQL tooling would  refuse to parse  a `qlpack.yml` that has
the new field in it.
This commit is contained in:
Henning Makholm
2019-11-30 00:42:29 +01:00
parent 66b3c7cf07
commit baacc6f66b

1
java/ql/test/queries.xml Normal file
View File

@@ -0,0 +1 @@
<queries language="java"/>