summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-15 12:44:44 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-15 12:44:44 +1000
commitca2133ab144a78269b27231bbc3cfd75c5911df6 (patch)
treeef8c6f5311e8f5cb14c2bc0dbe2c4218ea491c67 /README
parent55959eddf9286ce76f25c7e157f7b726862b328e (diff)
Deprecate running tests from resources
Too much house-keeping is needed to run tests from resources, so start the process of removing support to discourage the creation of poor test harnesses.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index 245bedc..94282c0 100644
--- a/README
+++ b/README
@@ -13,10 +13,9 @@ Qt 4.7 as follows:
The "make install" step copies the necessary libraries, plugins,
and QML module definitions into the Qt build tree.
-There is an example test case in the "tests/qmlexample" directory that
+There is an example test case in the "tests/qmlauto" directory that
shows how to integrate QML unit tests into a qmake-based build system.
-Also see "doc/testcases.txt" for an introduction to writing unit tests.
You can also run "make check" to verify that the example tests pass
correctly, and "make docs" to generate the HTML documentation under
-"doc/html".
+"doc/html" using the qdoc3 tool from Qt.