X Tutup
Skip to content

Commit 261fc53

Browse files
committed
test: move tests for libudev into src/libudev
1 parent cf24235 commit 261fc53

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed
File renamed without changes.

src/test/meson.build

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -734,11 +734,10 @@ tests += [
734734
[],
735735
[]],
736736

737-
[['src/test/test-libudev.c'],
737+
[['src/libudev/test-libudev.c'],
738738
[libshared,
739739
libudev_static],
740-
[],
741-
'', '', [], libudev_includes],
740+
[]],
742741

743742
[['src/test/test-udev.c'],
744743
[libudevd_core,
@@ -1048,12 +1047,11 @@ tests += [
10481047
libsystemd],
10491048
[threads]],
10501049

1051-
[['src/libsystemd/sd-device/test-udev-device-thread.c'],
1050+
[['src/libudev/test-udev-device-thread.c'],
10521051
[libbasic,
10531052
libshared_static,
10541053
libudev],
1055-
[threads],
1056-
'', '', [], libudev_includes],
1054+
[threads]],
10571055

10581056
[['src/libsystemd/sd-device/test-sd-device-monitor.c'],
10591057
[],

0 commit comments

Comments
 (0)
X Tutup