1# SPDX-License-Identifier: LGPL-2.1-or-later 2 3systemd_shutdown_sources = files( 4 'shutdown.c', 5 'umount.c', 6 'umount.h', 7) 8 9tests += [ 10 [files('test-umount.c', 11 'umount.c', 12 'umount.h'), 13 [], 14 [libmount]], 15] 16