1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Sublime Text ProjectThis provides a few convenience integrations for building, testing and debugging the library. Configuring and buildingThe build integrations simply run an already pre-configured
Running a specific testThere is a special build command that runs the unit test currently in Sublime's active focus. Note that this command opportunistically re-configures and builds the test binary first. Usage of a compiler cache is hence strongly recommended. Running all testsBuilds and executes all unit tests. Applying Source FormattingUse Botan's astyle formatting rules on the C++ or header file that is currently in active focus. |