mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 09:08:22 -05:00
.. | ||
catch.hpp | ||
LICENSE_1_0.txt | ||
makefile | ||
README | ||
SciTE.properties | ||
test.mak | ||
testCellBuffer.cxx | ||
testCharClassify.cxx | ||
testContractionState.cxx | ||
testDecoration.cxx | ||
testPartitioning.cxx | ||
testRunStyles.cxx | ||
testSparseState.cxx | ||
testSplitVector.cxx | ||
testUnicodeFromUTF8.cxx | ||
unitTest.cxx |
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