~phablet-team/webbrowser-app/16.10

« back to all changes in this revision

Viewing changes to tests/unittests/qml/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Olivier Tilloy
  • Date: 2016-10-18 07:07:46 UTC
  • mfrom: (1542.1.2 16.10-SRU1)
  • Revision ID: ci-train-bot@canonical.com-20161018070746-t2h9dhag30057ujl
Fix FTBFS on yakkety arm64 and work around a limitation in the sound and microphone policy groups. (LP: #1632620, #1633439)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
find_package(Qt5QuickTest REQUIRED)
7
7
find_package(Qt5Sql REQUIRED)
8
8
 
 
9
find_program(XVFBRUN xvfb-run)
 
10
if(NOT XVFBRUN)
 
11
  message(FATAL_ERROR "Could not find xvfb-run, please install the xvfb package")
 
12
endif()
 
13
set(XVFB_COMMAND ${XVFBRUN} -s "-screen 0 640x480x24" -a)
 
14
 
9
15
set(TEST tst_QmlTests)
10
16
set(SOURCES
11
17
    ${webbrowser-common_SOURCE_DIR}/favicon-fetcher.cpp