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.
notepad-plus-plus/scintilla/test/unit
Don HO 92bad0a60a
Upgrade Scintilla from 4.1.4 to 4.2.0
5 years ago
..
LICENSE_1_0.txt
README
Sci.natvis
SciTE.properties
UnitTester.cxx
UnitTester.vcxproj
catch.hpp
makefile
test.mak
testCellBuffer.cxx
testCharClassify.cxx
testContractionState.cxx
testDecoration.cxx
testPartitioning.cxx
testRunStyles.cxx
testSparseState.cxx
testSparseVector.cxx
testSplitVector.cxx
testUniConversion.cxx
testWordList.cxx
unitTest.cxx

README

The test/unit directory contains unit tests for Scintilla data structures.

The tests can be run on Windows, OS X, 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 OS X 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