~jamesh/thumbnailer/use-aa-query-label

« back to all changes in this revision

Viewing changes to tests/qml/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): James Henstridge
  • Date: 2015-06-15 01:56:18 UTC
  • mfrom: (213.1.10 use-aa-query-label)
  • Revision ID: tarmac-20150615015618-n47qom31w779seld
Track the credentials (user ID, AppArmor label) of clients connecting to the D-Bus service.  This is not yet used to make security decisions.

Approved by Michi Henning, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_executable(qml_test qml_test.cpp)
2
2
qt5_use_modules(qml_test Qml DBus QuickTest)
3
3
target_link_libraries(qml_test testutils)
4
 
add_dependencies(qml_test thumbnailer-service)
 
4
add_dependencies(qml_test thumbnailer-service thumbnailer-qml)
5
5
add_test(qml xvfb-run -a -s "-screen 0 800x600x24" ./qml_test -import ${CMAKE_BINARY_DIR}/plugins)