summaryrefslogtreecommitdiffstats
path: root/src/shutdown/meson.build
blob: 0bd09fd7b24382fae0021137ab87f74d215af93b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: LGPL-2.1-or-later

systemd_shutdown_sources = files(
        'shutdown.c',
        'umount.c',
        'umount.h',
)

tests += [
        [files('test-umount.c',
               'umount.c',
               'umount.h'),
         [],
         [libmount]],
]