~phablet-team/telephony-service/qml-start-chat

« back to all changes in this revision

Viewing changes to cmake/modules/GenerateTest.cmake

  • Committer: Gustavo Pichorim Boiko
  • Date: 2016-10-29 02:20:13 UTC
  • mfrom: (1228.2.3 fix_tests)
  • Revision ID: gustavo.boiko@canonical.com-20161029022013-a1uxqqq8g93scwsi
Fix tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
                                    MC_MANAGER_DIR=${TMPDIR}
80
80
                                    MC_CLIENTS_DIR=${TMPDIR}
81
81
                                    TELEPHONY_SERVICE_TEST=1
82
 
                                    TELEPHONY_SERVICE_PROTOCOLS_DIR=${CMAKE_SOURCE_DIR}/tests/common/protocols)
 
82
                                    TELEPHONY_SERVICE_PROTOCOLS_DIR=${CMAKE_SOURCE_DIR}/tests/common/protocols
 
83
                                    TEST_DATA_DIR=${CMAKE_SOURCE_DIR}/tests/common/data)
83
84
            endif ()
84
85
 
85
86
            set(TEST_COMMAND ${CMAKE_CURRENT_BINARY_DIR}/${TESTNAME} ${PLATFORM} -p -o -p -,txt -p -o -p ${CMAKE_BINARY_DIR}/test_${TESTNAME}.xml,xunitxml)