Skip to content

Commit 354adf3

Browse files
authored
Merge pull request #4787 from github/RasmusWL-patch-1
C++: Minor test README fixes
2 parents 6a55a22 + 9e7d5b3 commit 354adf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/ql/test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# C/C++ CodeQL tests
22

3-
This document provides additional information about the C/C++ CodeQL Tests located in `cpp/ql/test`. See [Contributing to CodeQL](CONTRIBUTING.md) for general information about contributing to this repository.
3+
This document provides additional information about the C/C++ CodeQL Tests located in `cpp/ql/test`. See [Contributing to CodeQL](/CONTRIBUTING.md) for general information about contributing to this repository.
44

55
The tests can be run through Visual Studio Code. Advanced users may also use the `codeql test run` command.
66

@@ -27,7 +27,7 @@ Features of the QL libraries in `cpp/ql/src` should also have test coverage, in
2727
The contents of `cpp/ql/test` should be original - nothing should be copied from other sources. In particular do not copy-paste C/C++ code from third-party projects, your own projects, or the standard C/C++ library implementation of your compiler (regardless of the associated license). As an exception, required declarations may be taken from the following sources where necessary:
2828
- [ISO/IEC Programming languages - C](https://www.iso.org/standard/74528.html) (all versions)
2929
- [ISO/IEC Programming languages - C++](https://www.iso.org/standard/68564.html) (all versions)
30-
- Code from existing queries and tests in this repository
30+
- Code from existing queries and tests in this repository.
3131
This includes 'translating QL to C++', that is, writing C/C++ declarations from the information such as parameter names and positions specified in QL classes (when there is enough information to do so).
3232
- Code in the public domain
3333

0 commit comments

Comments
 (0)