From: Yu Watanabe Date: Thu, 31 Dec 2020 20:17:49 +0000 (+0900) Subject: test: move tests for libudev into src/libudev X-Git-Tag: v248-rc1~304^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261fc53b9984c15e301178232a300acac5cb55ce;p=thirdparty%2Fsystemd.git test: move tests for libudev into src/libudev --- diff --git a/src/test/test-libudev.c b/src/libudev/test-libudev.c similarity index 100% rename from src/test/test-libudev.c rename to src/libudev/test-libudev.c diff --git a/src/libsystemd/sd-device/test-udev-device-thread.c b/src/libudev/test-udev-device-thread.c similarity index 100% rename from src/libsystemd/sd-device/test-udev-device-thread.c rename to src/libudev/test-udev-device-thread.c diff --git a/src/test/meson.build b/src/test/meson.build index b76cce27fd4..5db699db811 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -734,11 +734,10 @@ tests += [ [], []], - [['src/test/test-libudev.c'], + [['src/libudev/test-libudev.c'], [libshared, libudev_static], - [], - '', '', [], libudev_includes], + []], [['src/test/test-udev.c'], [libudevd_core, @@ -1048,12 +1047,11 @@ tests += [ libsystemd], [threads]], - [['src/libsystemd/sd-device/test-udev-device-thread.c'], + [['src/libudev/test-udev-device-thread.c'], [libbasic, libshared_static, libudev], - [threads], - '', '', [], libudev_includes], + [threads]], [['src/libsystemd/sd-device/test-sd-device-monitor.c'], [],