aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/README
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-02-01 15:08:37 +1100
committernyamatongwe <unknown>2011-02-01 15:08:37 +1100
commitcebe1906c3f42f093c497118d1048057ab4aec3a (patch)
tree74986c53e261fea310243f047922f565a53888d5 /test/unit/README
parent3d028ac24af1f6d1183717c55d65e291836c37d9 (diff)
downloadscintilla-mirror-cebe1906c3f42f093c497118d1048057ab4aec3a.tar.gz
Unit tests for Scintilla data structures.
Diffstat (limited to 'test/unit/README')
-rw-r--r--test/unit/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/unit/README b/test/unit/README
new file mode 100644
index 000000000..0d70fe71f
--- /dev/null
+++ b/test/unit/README
@@ -0,0 +1,14 @@
+The test/unit directory contains unit tests for Scintilla data structures.
+
+The tests can be run on Windows or Linux using g++ and GNU make.
+The Google Test framework is used.
+http://code.google.com/p/googletest/
+
+Google test must be installed first.
+On Linux, install the google test packages libgtest-dev and libgtest0.
+On Windows download Google test and install it as a peer to the directory
+containing scintilla. The makefile assumes it is in ../../../../gtest-1.5.0.
+
+To run the tests:
+make
+./unitTest