notepad-plus-plus-legacy/scintilla/test/unit
2019-07-22 13:08:41 +02:00
..
catch.hpp Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
LICENSE_1_0.txt [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
makefile Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
README [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
Sci.natvis Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
SciTE.properties [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 2015-06-07 23:19:26 +02:00
test.mak Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
testCellBuffer.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testCharClassify.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testContractionState.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testDecoration.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testPartitioning.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testRunStyles.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testSparseState.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testSparseVector.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testSplitVector.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testUniConversion.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
testWordList.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
unitTest.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
UnitTester.cxx Upgrade Scintilla from v3.56 to v4.14 2019-05-04 21:14:48 +03:00
UnitTester.vcxproj Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00

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