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 4ac665d0ce
[UPGRADE] Upgrade Scintilla from v3.34 to v3.56.
10 years ago
..
LICENSE_1_0.txt [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
README [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
SciTE.properties [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
catch.hpp [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
makefile [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
test.mak [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testCellBuffer.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testCharClassify.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testContractionState.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testDecoration.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testPartitioning.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testRunStyles.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testSparseState.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testSplitVector.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
testUnicodeFromUTF8.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
unitTest.cxx [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago

README

The test/unit directory contains unit tests for Scintilla data structures.

The tests can be run on Windows, OS X, or Linux using g++ and GNU make.
The Catch test framework is used.
https://github.com/philsquared/Catch
The file catch.hpp is under the Boost Software License which is contained in LICENSE_1_0.txt

   To run the tests on OS X or Linux:
make test

   To run the tests on Windows:
mingw32-make test

   Visual C++ (2010+) and nmake can also be used on Windows:
nmake -f test.mak test