]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/meson.build
Merge pull request #10152 from yuwata/udev-use-extract
[thirdparty/systemd.git] / src / test / meson.build
index 7e603cf1c0d75b0df2db0c05e3863a29ee67a8da..3d1e28bdf130e349ff0d51bfaecd2168d6c548ae 100644 (file)
@@ -673,6 +673,10 @@ tests += [
         [['src/test/test-bus-util.c'],
          [],
          []],
+
+        [['src/test/test-sd-hwdb.c'],
+         [],
+         []],
 ]
 
 ############################################################
@@ -888,6 +892,10 @@ tests += [
         [['src/libsystemd/sd-login/test-login.c'],
          [],
          []],
+
+        [['src/libsystemd/sd-device/test-sd-device.c'],
+         [],
+         []],
 ]
 
 if cxx.found()