~mterry/ubuntu-app-launch/fix-ftbfs

« back to all changes in this revision

Viewing changes to upstart-jobs/CMakeLists.txt

Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
add_test(application-failed.conf.test "${CMAKE_CURRENT_SOURCE_DIR}/test-conffile.sh" "${CMAKE_CURRENT_BINARY_DIR}/application-failed.conf")
33
33
 
34
34
####################
 
35
# application-logrotate.conf
 
36
####################
 
37
 
 
38
install(FILES "application-logrotate.conf" DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/sessions")
 
39
add_test(application-logrotate.conf.test "${CMAKE_CURRENT_SOURCE_DIR}/test-conffile.sh" "${CMAKE_CURRENT_SOURCE_DIR}/application-logrotate.conf")
 
40
 
 
41
####################
35
42
# untrusted-helper.conf
36
43
####################
37
44
 
47
54
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/untrusted-helper-type-end.conf" DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/sessions")
48
55
add_test(untrusted-helper-type-end.conf.test "${CMAKE_CURRENT_SOURCE_DIR}/test-conffile.sh" "${CMAKE_CURRENT_BINARY_DIR}/untrusted-helper-type-end.conf")
49
56
 
 
57
####################
 
58
# untrusted-helper-logrotate.conf
 
59
####################
 
60
 
 
61
install(FILES "untrusted-helper-logrotate.conf" DESTINATION "${CMAKE_INSTALL_DATADIR}/upstart/sessions")
 
62
add_test(untrusted-helper-logrotate.conf.test "${CMAKE_CURRENT_SOURCE_DIR}/test-conffile.sh" "${CMAKE_CURRENT_SOURCE_DIR}/untrusted-helper-logrotate.conf")
 
63