Update cpp/ql/test/README.md

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Geoffrey White
2021-02-09 15:20:03 +00:00
committed by GitHub
parent cc031118dd
commit d475e55ec0

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 `cpp/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", below, also apply to any other C/C++ code in this repository, such as examples linked from query `.qhelp` files in `cpp/ql/src`. For more general information about contributing to this repository, see [Contributing to CodeQL](/CONTRIBUTING.md).
The tests can be run through Visual Studio Code. Advanced users may also use the `codeql test run` command.