pineapple-notepad/3rdparty/scintilla552/scintilla/test/unit
2024-09-04 19:01:58 +08:00
..
catch.hpp fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
LICENSE_1_0.txt fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
makefile fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
README fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
Sci.natvis fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
SciTE.properties fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
test.mak fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testCellBuffer.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testCharacterCategoryMap.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testCharClassify.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testContractionState.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testDecoration.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testDocument.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testGeometry.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testPartitioning.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testPerLine.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testRESearch.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testRunStyles.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testSparseVector.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testSplitVector.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testUniConversion.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
unitTest.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
UnitTester.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
UnitTester.vcxproj fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +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