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 881e8c285e
Update to scintilla 5.5.0 & Lexilla 5.3.2
7 months ago
..
LICENSE_1_0.txt
README
Sci.natvis Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
SciTE.properties
UnitTester.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
UnitTester.vcxproj Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
catch.hpp Update to scintilla 5.5.0 & Lexilla 5.3.2 7 months ago
makefile Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
test.mak Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testCellBuffer.cxx Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1 9 months ago
testCharClassify.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testCharacterCategoryMap.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testContractionState.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testDecoration.cxx
testDocument.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testGeometry.cxx Update to scintilla 5.3.1 and lexilla 5.2.0 2 years ago
testPartitioning.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testPerLine.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testRESearch.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testRunStyles.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testSparseVector.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testSplitVector.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 months ago
testUniConversion.cxx Updated to Scintilla 5.4.2 & Lexilla 5.3.1 9 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