summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-09 18:06:51 +0900
committerGitHub <noreply@github.com>2023-05-09 18:06:51 +0900
commitc093bfe0ad47bd441b5f66005d73b7b62af554a0 (patch)
tree716d3dca6375ff3cb2ef0113b4eb49e6f4c1d62c /src/test/meson.build
parentd94027ad16d6d8bae5ea91c014bfa56c131b7d9d (diff)
parent98e2089f1b87406e03c5765bc0abd200e9b8d2ff (diff)
downloadsystemd-c093bfe0ad47bd441b5f66005d73b7b62af554a0.tar.gz
Merge pull request #27534 from keszybz/deperlify
Rewrite udev-test.pl in Python
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 8a5e47f004..8e76df624d 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -409,7 +409,7 @@ tests += [
'timeout' : 120,
},
{
- 'sources' : files('test-udev.c'),
+ 'sources' : files('udev-rule-runner.c'),
'link_with' : [
libshared,
libudevd_core,