summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-02-28 16:10:01 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-02-28 16:10:01 +1100
commit3a0488018cbd380eb7c764e486f1a43e749d9c61 (patch)
tree8b10f53a842c6b25e54c0656f8760376a78fde76 /tests/Makefile.am
parent1d1f307891899c489bb568c8391b6fad347fe954 (diff)
downloadlightdm-3a0488018cbd380eb7c764e486f1a43e749d9c61.tar.gz
Don't send session stdout to .xsession-errors, add regression tests to confirm logging is working
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6600704e..3ee37195 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -17,6 +17,8 @@ TESTS = \
test-autologin-guest \
test-autologin-guest-fail-setup-script \
test-autologin-guest-logout \
+ test-session-stdout \
+ test-session-stderr \
test-user-renamed \
test-user-renamed-invalid \
test-keyboard-layout \
@@ -163,6 +165,8 @@ EXTRA_DIST = \
scripts/script-hook-fail-display-setup.conf \
scripts/script-hook-fail-greeter-setup.conf \
scripts/script-hook-fail-session-setup.conf \
+ scripts/session-stdout.conf \
+ scripts/session-stderr.conf \
scripts/switch-to-greeter.conf \
scripts/switch-to-guest.conf \
scripts/switch-to-user.conf \