summaryrefslogtreecommitdiffstats
path: root/src/analyze/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-01-04 16:08:42 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-01-18 23:06:32 +0100
commite025c9dfe36b54ce9df893c64689c5477a440fac (patch)
tree2a00d688c1429df5219f2d636314b66c778188a9 /src/analyze/meson.build
parentmeson: drop unused variable (diff)
downloadsystemd-e025c9dfe36b54ce9df893c64689c5477a440fac.tar.xz
systemd-e025c9dfe36b54ce9df893c64689c5477a440fac.zip
meson: move test or fuzzer definitions to relevant meson.build in subdirectories
Diffstat (limited to 'src/analyze/meson.build')
-rw-r--r--src/analyze/meson.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/analyze/meson.build b/src/analyze/meson.build
index 9e4d95b036..f796629cc2 100644
--- a/src/analyze/meson.build
+++ b/src/analyze/meson.build
@@ -9,3 +9,13 @@ systemd_analyze_sources = files('''
analyze-security.c
analyze-security.h
'''.split())
+
+tests += [
+ [['src/analyze/test-verify.c',
+ 'src/analyze/analyze-verify.c',
+ 'src/analyze/analyze-verify.h'],
+ [libcore,
+ libshared],
+ [],
+ core_includes],
+]