From 2d16b66f1992e29712de2cb3686075b2bede57d9 Mon Sep 17 00:00:00 2001 From: Jukka Rissanen Date: Fri, 5 Apr 2013 12:33:09 +0300 Subject: tools: Add unit test for dnsproxy --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4ae08529..dfe23b64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -268,7 +268,8 @@ noinst_PROGRAMS += tools/supplicant-test \ tools/dbus-test tools/polkit-test \ tools/iptables-test tools/tap-test tools/wpad-test \ tools/stats-tool tools/private-network-test \ - tools/session-test tools/iptables-unit + tools/session-test tools/iptables-unit \ + tools/dnsproxy-unit tools_supplicant_test_SOURCES = $(gdbus_sources) tools/supplicant-test.c \ tools/supplicant-dbus.h tools/supplicant-dbus.c \ @@ -313,6 +314,9 @@ tools_iptables_unit_SOURCES = $(gdbus_sources) src/log.c \ src/iptables.c src/firewall.c src/nat.c tools/iptables-unit.c tools_iptables_unit_LDADD = @GLIB_LIBS@ @DBUS_LIBS@ @XTABLES_LIBS@ -ldl +tools_dnsproxy_unit_SOURCES = tools/dnsproxy-unit.c +tools_dnsproxy_unit_LDADD = @GLIB_LIBS@ + endif test_scripts = test/get-state test/list-services \ -- cgit v1.2.3