Kdenlive/Development/Testing: Difference between revisions
< Kdenlive | Development
Line 11: | Line 11: | ||
Building Kdenlive also builds a test application in /build. To run it: | Building Kdenlive also builds a test application in /build. To run it: | ||
<code>build/runTests | <code>build/runTests</code> | ||
== Continuous integration == | == Continuous integration == |
Revision as of 20:15, 12 September 2018
Unit tests
https://github.com/eranpeer/FakeIt
https://github.com/catchorg/Catch2/tree/master/docs
Running the tests
Building Kdenlive also builds a test application in /build. To run it:
build/runTests