~stolowski/unity-scope-home/phone-disable-filters

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Pawel Stolowski
  • Date: 2013-09-30 12:33:38 UTC
  • Revision ID: pawel.stolowski@canonical.com-20130930123338-6kl28xnx3825t506
Verify filter values in test_phone_filters and test_desktop_filters.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
####################################################################
105
105
AC_ARG_ENABLE([headless-tests],
106
106
              AS_HELP_STRING([--enable-headless-tests=@<:@no/yes@:>@],[enable headless test suite (requires Xvfb) @<:@default=no@:>@]),,
107
 
              [enable_headless_tests=no])
 
107
              [enable_headless_tests=yes])
108
108
 
109
109
AM_CONDITIONAL([ENABLE_HEADLESS_TESTS],[test "x$enable_headless_tests" != "xno"])
110
110