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.
Christian Grasser
feb454ad6f
|
2 years ago | |
---|---|---|
.. | ||
LICENSE_1_0.txt | ||
README | ||
Sci.natvis | 2 years ago | |
SciTE.properties | ||
UnitTester.cxx | 2 years ago | |
UnitTester.vcxproj | 2 years ago | |
catch.hpp | ||
makefile | 2 years ago | |
test.mak | 2 years ago | |
testCellBuffer.cxx | 2 years ago | |
testCharClassify.cxx | ||
testCharacterCategoryMap.cxx | ||
testContractionState.cxx | 2 years ago | |
testDecoration.cxx | ||
testDocument.cxx | 2 years ago | |
testGeometry.cxx | 2 years ago | |
testPartitioning.cxx | 2 years ago | |
testPerLine.cxx | 2 years ago | |
testRESearch.cxx | ||
testRunStyles.cxx | 2 years ago | |
testSparseVector.cxx | 2 years ago | |
testSplitVector.cxx | 2 years ago | |
testUniConversion.cxx | ||
unitTest.cxx | 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