diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2017-08-18 14:27:42 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2017-08-30 13:44:05 +0800 |
commit | 3f6a2d02fd5af6da4cc65f6dfbaf38498aeed189 (patch) | |
tree | 471ab25865db5c9a69870d1b2ddb3c3abae0888d /.gitignore | |
parent | 5b37901b575ad4ca9250fcae297cdf0333b87ff3 (diff) | |
download | mutter-3f6a2d02fd5af6da4cc65f6dfbaf38498aeed189.tar.gz |
tests: Add headless start test case
Test that mutter starts properly when there are no monitors connected
yet, and that things work when a monitor is eventually connected.
https://bugzilla.gnome.org/show_bug.cgi?id=730551
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 321d7732f..4d3737de3 100644 --- a/.gitignore +++ b/.gitignore @@ -55,6 +55,7 @@ mutter-restart-helper mutter-test-client mutter-test-runner mutter-test-unit-tests +mutter-test-headless-start-test mutter-all.test org.gnome.mutter.gschema.valid org.gnome.mutter.gschema.xml |