~mzanetti/unity-mir/appimage-sourcesize-rotate-n7

« back to all changes in this revision

Viewing changes to CMakeLists.txt

Tests for ApplicationManager start/stopApplication

At the moment they just work on the device (well they may as well work on Mir on the desktop but have not tried).

You need to install the libunity-mir-tests package and then run unity-mir-test-app.

Approved by Gerry Boland, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
# TODO(tvoss, pitti): With the build system switched to cmake, we can now
60
60
# start adding unit- and integration tests for unity-mir.
61
 
# add_subdirectory(tests)
 
61
add_subdirectory(tests)
62
62
 
63
63
# TODO(tvoss): Enable coverage reporting once we have tests in place.
64
64
#enable_coverage_report(posix_process_test linux_process_test)