Kdenlive/Development/Testing: Difference between revisions
< Kdenlive | Development
Line 6: | Line 6: | ||
https://github.com/catchorg/Catch2/tree/master/docs | https://github.com/catchorg/Catch2/tree/master/docs | ||
=== Running the tests === | |||
Building Kdenlive also builds a test application in /build. To run it: | |||
<code>build/runTests/<code> | |||
== Continuous integration == | == Continuous integration == | ||
https://build.kde.org/ | https://build.kde.org/ |
Revision as of 17:34, 9 July 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/
Continuous integration