notepad-plus-plus/lexilla/test/unit
..
LICENSE_1_0.txt
README
Sci.natvis
SciTE.properties
UnitTester.cxx
UnitTester.vcxproj
catch.hpp
makefile
test.mak
testCharacterSet.cxx
testLexerSimple.cxx
testPropSetSimple.cxx
testSparseState.cxx
testWordList.cxx
unitTest.cxx

README

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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