This commit is contained in:
Geoffrey White
2021-02-08 20:27:28 +00:00
parent bd255617d8
commit 07b263bb2f

View File

@@ -1,6 +1,6 @@
# C/C++ CodeQL tests
This document provides additional information about the C/C++ CodeQL Tests located in `cpp/ql/test`. The principles under 'Copying code' also apply to any other C/C++ code in this repository, such as examples linked from query `.qhelp` files in `cp/ql/src`. See [Contributing to CodeQL](/CONTRIBUTING.md) for more general information about contributing to this repository.
This document provides additional information about the C/C++ CodeQL Tests located in `cpp/ql/test`. The principles under 'Copying code' also apply to any other C/C++ code in this repository, such as examples linked from query `.qhelp` files in `cpp/ql/src`. See [Contributing to CodeQL](/CONTRIBUTING.md) for more general information about contributing to this repository.
The tests can be run through Visual Studio Code. Advanced users may also use the `codeql test run` command.