summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-29 16:28:33 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-02 06:13:47 +0100
commitdca2309108721ebda0512a974e4542f4b0cf5587 (patch)
treef9ca0952a4d551a043f7857ee3139848e1c5268e /src/test/meson.build
parent0667a0c4978416b0a3a701035657e1792f127714 (diff)
downloadsystemd-dca2309108721ebda0512a974e4542f4b0cf5587.tar.gz
test: add tests for ip_protocol_{from,to}_name()
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index e29e27d63c..f1115d7b64 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -646,6 +646,11 @@ tests += [
[],
[]],
+ [['src/test/test-ip-protocol-list.c',
+ shared_generated_gperf_headers],
+ [],
+ []],
+
[['src/test/test-journal-importer.c'],
[],
[]],