diff options
author | Eric Anholt <eric@anholt.net> | 2017-09-18 17:34:29 -0700 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-09-20 13:19:25 -0400 |
commit | a8eeb332ccf4d13b3fdcc382397bd3ea45e76212 (patch) | |
tree | eefdcef98f34f09170508f082f052465e6fbcefd /meson.build | |
parent | a09743c9300f805d6527368ddcf44f5dccd4b366 (diff) |
meson: Add Xvfb and Xephyr-glamor testing.
The Xvfb tests are passing and Xephyr-glamor is failing for me, but it
fails identically on autotools. It's disabled on Travis for now
because the >10 minutes of silence during testing times out the entire
build.
v2: Fix the disable on travis.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 3efec0def..ea2a01520 100644 --- a/meson.build +++ b/meson.build @@ -426,3 +426,4 @@ libxserver = [ libxserver += libxserver_dri3 subdir('hw') +subdir('test') |