summaryrefslogtreecommitdiff
path: root/src/test/meson.build
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-09-01 14:25:59 +0200
committerSven Eden <yamakuzure@gmx.net>2017-11-20 17:10:25 +0100
commit294d3039be600ee7fbe43222fcf7084c99e63b94 (patch)
treef20da6748bf914d60dfb1cc30a03a1fa132875d5 /src/test/meson.build
parent31a88b7046d1d9040018e3e6d6fc71aac22192f3 (diff)
in-addr-util: add new helper call in_addr_prefix_from_string_auto()
This is much like in_addr_prefix_from_string(), but automatically determines whether IPv4 or IPv6 addresses are specified. Also adds a test for it.
Diffstat (limited to 'src/test/meson.build')
-rw-r--r--src/test/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/meson.build b/src/test/meson.build
index 090d0787d..e39ab46e8 100644
--- a/src/test/meson.build
+++ b/src/test/meson.build
@@ -304,6 +304,10 @@ tests += [
# [],
# []],
#
+# [['src/test/test-in-addr-util.c'],
+# [],
+# []],
+#
# [['src/test/test-tmpfiles.c'],
# [],
# []],