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 dcc7e600c7
Updated to Scintilla 5.4.1 & Lexilla 5.3.0
11 months 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 5.3.4 and lexilla 5.2.4 with: 2 years ago
UnitTester.vcxproj Update scintilla 5.3.4 and lexilla 5.2.4 with: 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 Updated to Scintilla 5.4.1 & Lexilla 5.3.0 11 months ago
test.mak Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testCellBuffer.cxx Updated to Scintilla 5.4.1 & Lexilla 5.3.0 11 months 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 Updated to Scintilla 5.4.1 & Lexilla 5.3.0 11 months ago
testGeometry.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2 years ago
testPartitioning.cxx Update Scintilla to v5.3.8 & Lexilla to v5.2.8 1 year ago
testPerLine.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testRESearch.cxx Updated to Scintilla 5.4.1 & Lexilla 5.3.0 11 months 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 Updated to Scintilla 5.4.1 & Lexilla 5.3.0 11 months ago
unitTest.cxx Update scintilla 5.3.4 and lexilla 5.2.4 with: 2 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