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 feb454ad6f
Update scintilla 5.3.4 and lexilla 5.2.4 with:
2 years 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 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
makefile Update scintilla 5.3.4 and lexilla 5.2.4 with: 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
testCharacterCategoryMap.cxx
testContractionState.cxx Update to scintilla 5.3.0 and lexilla 5.1.9 2 years ago
testDecoration.cxx
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
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
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