~diegosarmentero/click-update-manager/no-updates-no-title

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2013-09-27 18:06:23 UTC
  • mfrom: (22.1.6 run-tests)
  • Revision ID: tarmac-20130927180623-brus81bls8748lrp
Add a rule to the makefile to run the unit tests.
Run the unit tests during package build.
Add autopkgtest configuration to test that dependency's changes don't break us.

Approved by Diego Sarmentero, PS Jenkins bot, Mike McCracken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
install(DIRECTORY Components DESTINATION ${CLICK_UPDATE_MANAGER_DIR})
11
11
 
12
12
install(FILES click-update-manager.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
 
13
 
 
14
add_custom_target(check
 
15
    COMMAND xvfb-run -a qmltestrunner -input ${CMAKE_CURRENT_SOURCE_DIR}/tests/unit
 
16
)