summaryrefslogtreecommitdiffstats
path: root/test/TEST-35-LOGIN/test.sh
blob: a781be7b3c51f24e0173295bb74193841717ae78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="Tests for systemd-logind"

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

test_append_files() {
    image_install -o evemu-device evemu-event
    instmods uinput
    generate_module_dependencies
}

do_test "$@"