notepad-plus-plus/scintilla/test/unit
Christian Grasser ed4bb1a93e Update lexilla to 5.1.7 & Scintilla to 5.2.3
Use new interfaces SCI_FORMATRANGEFULL, SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL from scintilla 5.2.3

Close #11734
2022-06-28 16:19:19 +02:00
..
LICENSE_1_0.txt
README
Sci.natvis
SciTE.properties
UnitTester.cxx
UnitTester.vcxproj
catch.hpp
makefile
test.mak
testCellBuffer.cxx
testCharClassify.cxx
testCharacterCategoryMap.cxx
testContractionState.cxx
testDecoration.cxx
testDocument.cxx Update lexilla to 5.1.7 & Scintilla to 5.2.3 2022-06-28 16:19:19 +02:00
testGeometry.cxx
testPartitioning.cxx
testPerLine.cxx
testRESearch.cxx
testRunStyles.cxx
testSparseVector.cxx
testSplitVector.cxx
testUniConversion.cxx
unitTest.cxx

README

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

The tests can be run on Windows, macOS, 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 macOS 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