summaryrefslogtreecommitdiffstats
path: root/src/test/test-varlink-idl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-03-09 12:27:29 +0100
committerLennart Poettering <lennart@poettering.net>2024-04-06 16:08:24 +0200
commit702a52f4b5d49cce11e2adbc740deb3b644e2de0 (patch)
tree2839e8881cd65cfd1ef03609f66e96c422ef3944 /src/test/test-varlink-idl.c
parentnsresourced: add client-side helpers around nsresourced APIs (diff)
downloadsystemd-702a52f4b5d49cce11e2adbc740deb3b644e2de0.tar.xz
systemd-702a52f4b5d49cce11e2adbc740deb3b644e2de0.zip
mountfsd: add new systemd-mountfsd component
Diffstat (limited to 'src/test/test-varlink-idl.c')
-rw-r--r--src/test/test-varlink-idl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/test-varlink-idl.c b/src/test/test-varlink-idl.c
index d64c6e9d3e..3323810368 100644
--- a/src/test/test-varlink-idl.c
+++ b/src/test/test-varlink-idl.c
@@ -12,6 +12,7 @@
#include "varlink-io.systemd.Credentials.h"
#include "varlink-io.systemd.Journal.h"
#include "varlink-io.systemd.ManagedOOM.h"
+#include "varlink-io.systemd.MountFileSystem.h"
#include "varlink-io.systemd.NamespaceResource.h"
#include "varlink-io.systemd.Network.h"
#include "varlink-io.systemd.PCRExtend.h"
@@ -140,6 +141,8 @@ TEST(parse_format) {
print_separator();
test_parse_format_one(&vl_interface_io_systemd_ManagedOOM);
print_separator();
+ test_parse_format_one(&vl_interface_io_systemd_MountFileSystem);
+ print_separator();
test_parse_format_one(&vl_interface_io_systemd_Network);
print_separator();
test_parse_format_one(&vl_interface_io_systemd_oom);