~ubuntu-branches/ubuntu/raring/kdepim-runtime/raring-proposed

« back to all changes in this revision

Viewing changes to resources/pop3/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2013-06-20 04:29:34 UTC
  • mfrom: (0.4.43)
  • Revision ID: package-import@ubuntu.com-20130620042934-nip7je5a27wideg2
Tags: 4:4.10.4-0ubuntu0.1
New upstream bugfix release (LP: #1187574)

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
  find_program(_testrunner akonaditest)
54
54
 
55
 
  add_test( ${_targetName} ${_testrunner} -c ${CMAKE_CURRENT_SOURCE_DIR}/unittestenv/config.xml ${_executable} )
 
55
  if (KDEPIM_RUN_ISOLATED_TESTS)
 
56
    add_test( ${_targetName} ${_testrunner} -c ${CMAKE_CURRENT_SOURCE_DIR}/unittestenv/config.xml ${_executable} )
 
57
  endif ()
56
58
endmacro(add_akonadi_isolated_test)
57
59
 
58
60
add_akonadi_isolated_test(pop3test.cpp)