summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-03-30 12:15:28 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-30 12:18:40 +0900
commit8f22fe32071f004c05f81b83678d40f2773d139e (patch)
tree3f195d71bd9593df0fdbdbcd8e98c0b6b2f8d262 /src/test/meson.build
parent564a7545aafc0d8891ffe7324ab27c1417676ae0 (diff)
downloadsystemd-8f22fe32071f004c05f81b83678d40f2773d139e.tar.gz
test: split-out tests for chase() and friends to test-chase.c
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index e0c6adc089..d20c911e2b 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -53,6 +53,7 @@ simple_tests += files(
'test-cgroup-setup.c',
'test-cgroup-util.c',
'test-cgroup.c',
+ 'test-chase.c',
'test-clock.c',
'test-compare-operator.c',
'test-condition.c',