pineapple-notepad/3rdparty/lexilla540/lexilla/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
testCharacterSet.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testInList.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testLexerSimple.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testOptionSet.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testPropSetSimple.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testSparseState.cxx fix build under newer KConfig by bump cmake min version 2024-09-04 19:01:58 +08:00
testWordList.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