mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-27 03:21:32 +03:00
10 lines
204 B
Plaintext
10 lines
204 B
Plaintext
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
template(`systemd_test_base_template', `
|
|
gen_require(`
|
|
attribute systemd_test_domain_type;
|
|
')
|
|
|
|
type $1_t, systemd_test_domain_type;
|
|
domain_type($1_t)
|
|
')
|