summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-08-02 21:31:12 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-08-02 21:31:12 +1200
commit8bf44bd0e2d3ffce6cb52c9ab152a4a76da8e4f6 (patch)
tree26010f35173884169024f88cdee5a40e65aea502 /tests/Makefile.am
parentc59e81242bd59caaec726279660311049bdfad45 (diff)
downloadlightdm-git-8bf44bd0e2d3ffce6cb52c9ab152a4a76da8e4f6.tar.gz
Add a test for multi-seat autologin
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c64e9a86..24f102c8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -218,7 +218,9 @@ TESTS = \
test-xdmcp-server-open-file-descriptors \
test-add-local-x-seat \
test-multi-seat \
- test-multi-seat-login \
+ test-multi-seat-login \
+ test-multi-seat-autologin-seat0 \
+ test-multi-seat-autologin-seat1 \
test-multi-seat-seat0-non-graphical \
test-multi-seat-seat0-non-graphical-disabled \
test-multi-seat-non-graphical \
@@ -514,6 +516,8 @@ EXTRA_DIST = \
scripts/mir-session-crash.conf \
scripts/multiple-authenticate.conf \
scripts/multi-seat.conf \
+ scripts/multi-seat-autologin-seat0.conf \
+ scripts/multi-seat-autologin-seat1.conf \
scripts/multi-seat-change-graphical.conf \
scripts/multi-seat-change-graphical-disabled.conf \
scripts/multi-seat-login.conf \