diff options
| author | nyamatongwe <devnull@localhost> | 2011-02-01 15:08:37 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-02-01 15:08:37 +1100 |
| commit | 9ec1eb93884b64f41cc0b369c9215a0b010ea850 (patch) | |
| tree | e2a309153615d7f6c28c8c7405d5ee1d239d1188 /test/unit/README | |
| parent | a4258495cde43155b55a91fd46299394ca957d60 (diff) | |
| download | scintilla-mirror-9ec1eb93884b64f41cc0b369c9215a0b010ea850.tar.gz | |
Unit tests for Scintilla data structures.
Diffstat (limited to 'test/unit/README')
| -rw-r--r-- | test/unit/README | 14 |
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 |
