notepad-plus-plus-legacy/scintilla/test/unit
Don Ho cb7806e94c [UPDATE] Update Scintilla to 3.3.4
[BUG_FIXED] (Author: Dave Brotherstone) Fix scintilla crash bug while closing a document.

git-svn-id: svn://svn.tuxfamily.org/svnroot/notepadplus/repository/trunk@1104 f5eea248-9336-0410-98b8-ebc06183d4e3
2013-08-28 00:44:27 +00:00
..
makefile [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
README [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 2013-01-25 00:46:29 +00:00
SciTE.properties [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 2013-01-25 00:46:29 +00:00
testCharClassify.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
testContractionState.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
testPartitioning.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
testRunStyles.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
testSparseState.cxx [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 2013-01-25 00:46:29 +00:00
testSplitVector.cxx [UPDATE] Update Scintilla to 3.3.4 2013-08-28 00:44:27 +00:00
unitTest.cxx [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 2013-01-25 00:46:29 +00:00

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