summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-06-02 14:12:20 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-06-02 14:14:22 +0900
commit3bccc736c6de30660bba019147a887295bb60663 (patch)
tree066319421e9ba6f3400efb46fc41e520eeee1ee5 /src/test/meson.build
parentc7a5eabeba1bc12adab79d2dc2cb20a78fe33227 (diff)
downloadsystemd-3bccc736c6de30660bba019147a887295bb60663.tar.gz
test: add test for sha256
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index d9304d538b..6a467ea567 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -668,6 +668,8 @@ tests += [
[], [], [], 'ENABLE_NSCD', 'manual'],
[files('test-hmac.c')],
+
+ [files('test-sha256.c')],
]
############################################################