summaryrefslogtreecommitdiff
path: root/INTERPRETING.md
diff options
context:
space:
mode:
authorjugglinmike <mike@mikepennisi.com>2017-03-06 12:12:42 -0500
committerLeo Balter <leonardo.balter@gmail.com>2017-03-06 12:12:42 -0500
commit56fd7712d280e6b7b4145fae31918c1280a9f145 (patch)
tree5eaf5d74e52d55389578f038ccea6b602d9c24ef /INTERPRETING.md
parent4914e47d0b153c90972e3d88632958431a4f941e (diff)
downloadqtdeclarative-testsuites-56fd7712d280e6b7b4145fae31918c1280a9f145.tar.gz
Document test flag: `generated` (#886)
Resolves gh-885
Diffstat (limited to 'INTERPRETING.md')
-rw-r--r--INTERPRETING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/INTERPRETING.md b/INTERPRETING.md
index af5409531..e68fdf3e5 100644
--- a/INTERPRETING.md
+++ b/INTERPRETING.md
@@ -284,3 +284,7 @@ following strings:
print('Error: ' + reason);
});
```
+
+- **`generated`** The test file was created procedurally using the project's
+ test generation tool. This flag is specified for informational purposes only
+ and has no bearing on how the test should be interpreted.