diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2016-01-26 16:37:41 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2016-01-26 16:37:41 +1300 |
commit | c431f596b8c4bcff38acd7a2aba824b733840521 (patch) | |
tree | 0f72a94c75af95b028d7c034a772ff9bcd029389 /tests/Makefile.am | |
parent | 64193adbfe78c0ac71e04341499ce317c79c2286 (diff) | |
download | lightdm-c431f596b8c4bcff38acd7a2aba824b733840521.tar.gz |
Add tests for new ConsoleKit XDG_RUNTIME_DIR support
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 770d96a5..d9f9556a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -199,6 +199,7 @@ TESTS = \ test-audit-autologin \ test-no-accounts-service \ test-console-kit \ + test-console-kit-no-xdg-runtime \ test-no-console-kit \ test-no-login1 \ test-no-console-kit-or-login1 \ @@ -422,6 +423,7 @@ EXTRA_DIST = \ scripts/change-authentication.conf \ scripts/cancel-authentication.conf \ scripts/console-kit.conf \ + scripts/console-kit-no-xdg-runtime.conf \ scripts/corrupt-xauthority.conf \ scripts/crash-authenticate.conf \ scripts/cred-error.conf \ |