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 37c4b894cc
Upgrade Scintilla from v3.56 to v4.14
6 years ago
..
LICENSE_1_0.txt [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
README [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
Sci.natvis Upgrade Scintilla from v3.56 to v4.14 6 years ago
SciTE.properties [UPGRADE] Upgrade Scintilla from v3.34 to v3.56. 10 years ago
UnitTester.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
UnitTester.vcxproj Upgrade Scintilla from v3.56 to v4.14 6 years ago
catch.hpp Upgrade Scintilla from v3.56 to v4.14 6 years ago
makefile Upgrade Scintilla from v3.56 to v4.14 6 years ago
test.mak Upgrade Scintilla from v3.56 to v4.14 6 years ago
testCellBuffer.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testCharClassify.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testContractionState.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testDecoration.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testPartitioning.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testRunStyles.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testSparseState.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testSparseVector.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testSplitVector.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testUniConversion.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
testWordList.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago
unitTest.cxx Upgrade Scintilla from v3.56 to v4.14 6 years ago

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