pineapple-notepad/3rdparty/scintilla550/scintilla/test/unit
2024-07-03 00:19:55 +08:00
..
catch.hpp play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
LICENSE_1_0.txt play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
makefile play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
README play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
Sci.natvis play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
SciTE.properties play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
test.mak play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testCellBuffer.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testCharacterCategoryMap.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testCharClassify.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testContractionState.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testDecoration.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testDocument.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testGeometry.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testPartitioning.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testPerLine.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testRESearch.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testRunStyles.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testSparseVector.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testSplitVector.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
testUniConversion.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
unitTest.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
UnitTester.cxx play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00
UnitTester.vcxproj play around with Scintilla and Lexilla 2024-07-03 00:19:55 +08:00

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