summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-04-29 18:46:53 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-05-03 12:26:42 -0400
commitc41aa4b4da19688a24c04fba2562b9b2816badd6 (patch)
treed0ca3a3da5ffcd238800209e4103724955c068a5 /Makefile.am
parent8341a5c381a72d504768fe296f8e30a324eeff77 (diff)
test-networkd-conf: add tests for the parsing functions
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b323de55c6..a569d9e0ac 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5513,6 +5513,12 @@ networkctl_LDADD = \
dist_bashcompletion_data += \
shell-completion/bash/networkctl
+test_networkd_conf_SOURCES = \
+ src/network/test-networkd-conf.c
+
+test_networkd_conf_LDADD = \
+ libnetworkd-core.la
+
test_network_SOURCES = \
src/network/test-network.c
@@ -5538,6 +5544,7 @@ test_network_tables_LDADD += \
endif
tests += \
+ test-networkd-conf \
test-network \
test-network-tables