summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pennisi <mike@mikepennisi.com>2016-02-19 10:49:15 -0500
committerMike Pennisi <mike@mikepennisi.com>2016-02-19 10:49:15 -0500
commitb6a4910eb544bca38cb8673c9795d492eb31e431 (patch)
tree6cf9f3e161c9e4ecc60ef95b1bac5cf5d664f53f
parent3771cb3accd76df82e000b184a58a653bcacd3bb (diff)
downloadqtdeclarative-testsuites-b6a4910eb544bca38cb8673c9795d492eb31e431.tar.gz
Console Runner: Formally Deprecate
Document the console runner's "deprecated" status. Move the documentation to a less central location in the project's file hierarchy.
-rw-r--r--tools/CONSOLE-RUNNER.md (renamed from CONSOLE-RUNNER.md)3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONSOLE-RUNNER.md b/tools/CONSOLE-RUNNER.md
index 754149eb4..0088813ad 100644
--- a/CONSOLE-RUNNER.md
+++ b/tools/CONSOLE-RUNNER.md
@@ -1,5 +1,8 @@
## Using the Console Test Runner
+**Note** This utility has been deprecated. It will not be updated with new
+features; future changes will be limited to bug fixes only.
+
The console test runner is used to test browserless implementations of ECMAScript, e.g., [v8](http://en.wikipedia.org/wiki/V8_(JavaScript_engine)), [node](http://en.wikipedia.org/wiki/Node.js), or [js24](http://packages.ubuntu.com/trusty/libmozjs-24-bin)
### Requirements