summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 11:03:42 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-03 11:03:42 +1000
commit90031b54e941914346b121a9bea97a3f3f846c83 (patch)
treeb5c321fd299720ccd0fa985fd05961445aad0e81 /README
parent706b4f1aa415a51d2696ce918aa7cc42ac2bc60e (diff)
Improve documentation for the QtTest module
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 18 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..065d9c0
--- /dev/null
+++ b/README
@@ -0,0 +1,18 @@
+
+QtTest module for Qt Quick
+==========================
+
+This directory contains an experimental module and test harness
+for writing QTestLib-style unit tests in QML. Build it against
+Qt 4.7 as follows:
+
+ $ /path/to/qt/bin/qmake qtest-qml.pro
+ $ make
+ $ make install
+
+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
+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.