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
Christian Grasser 43182e1d04
Update to Scintilla 5.3.3 and Lexilla 5.2.2
2 years ago
..
LICENSE_1_0.txt [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
README Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
Sci.natvis Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
SciTE.properties [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
UnitTester.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
UnitTester.vcxproj Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
catch.hpp Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
makefile Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
test.mak Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testCellBuffer.cxx Update to Scintilla 5.3.3 and Lexilla 5.2.2 2 years ago
testCharClassify.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
testCharacterCategoryMap.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
testContractionState.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testDecoration.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
testDocument.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testGeometry.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2 years ago
testPartitioning.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testPerLine.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testRESearch.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
testRunStyles.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testSparseVector.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testSplitVector.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testUniConversion.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago
unitTest.cxx Update Scintilla from v4.4.6 to v5.2.1 and add Lexilla v5.1.5 3 years ago

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