notepad-plus-plus/scintilla/test/unit
Don HO d7819cf601
Upgrade Scintilla from v4.2.0 to v4.4.6
Close #8900, close #9550
2021-02-21 19:14:40 +01:00
..
LICENSE_1_0.txt
README
Sci.natvis Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
SciTE.properties
UnitTester.cxx
UnitTester.vcxproj Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
catch.hpp
makefile Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
test.mak Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testCellBuffer.cxx
testCharClassify.cxx
testContractionState.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testDecoration.cxx
testPartitioning.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testPerLine.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testRunStyles.cxx
testSparseState.cxx
testSparseVector.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testSplitVector.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
testUniConversion.cxx
testWordList.cxx Upgrade Scintilla from v4.2.0 to v4.4.6 2021-02-21 19:14:40 +01:00
unitTest.cxx

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