bgfx/3rdparty/scintilla/test/unit
2015-06-08 17:07:35 -07:00
..
catch.hpp Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
LICENSE_1_0.txt Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
makefile Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
README Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
SciTE.properties Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
test.mak Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testCellBuffer.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testCharClassify.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testContractionState.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testDecoration.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testPartitioning.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testRunStyles.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testSparseState.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testSplitVector.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
testUnicodeFromUTF8.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00
unitTest.cxx Added Scintilla imgui. 2015-06-08 17:07:35 -07:00

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