You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/scintilla/test/unit
Don Ho cb7806e94c
[UPDATE] Update Scintilla to 3.3.4
11 years ago
..
README [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 12 years ago
SciTE.properties [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 12 years ago
makefile [UPDATE] Update Scintilla to 3.3.4 11 years ago
testCharClassify.cxx [UPDATE] Update Scintilla to 3.3.4 11 years ago
testContractionState.cxx [UPDATE] Update Scintilla to 3.3.4 11 years ago
testPartitioning.cxx [UPDATE] Update Scintilla to 3.3.4 11 years ago
testRunStyles.cxx [UPDATE] Update Scintilla to 3.3.4 11 years ago
testSparseState.cxx [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 12 years ago
testSplitVector.cxx [UPDATE] Update Scintilla to 3.3.4 11 years ago
unitTest.cxx [BUG_FIXED] (Author: François-R Boyer & Dave Brotherstone) Regex search and replace haning problem fix. 12 years ago

README

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