tools: Rename dnsproxy-unit to dnsproxy-test
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Wed, 10 Apr 2013 07:32:38 +0000 (10:32 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 12 Apr 2013 16:41:17 +0000 (00:41 +0800)
Rename the dnsproxy file as it is more of a test tool than a unit test.

.gitignore
Makefile.am
tools/dnsproxy-test.c [moved from tools/dnsproxy-unit.c with 100% similarity]

index b0900ed..65fdc6a 100644 (file)
@@ -48,7 +48,7 @@ tools/resolv-test
 tools/polkit-test
 tools/iptables-test
 tools/iptables-unit
-tools/dnsproxy-unit
+tools/dnsproxy-test
 tools/supplicant-test
 tools/dbus-test
 tools/stats-tool
index dfe23b6..cb532a3 100644 (file)
@@ -269,7 +269,7 @@ noinst_PROGRAMS += tools/supplicant-test \
                        tools/iptables-test tools/tap-test tools/wpad-test \
                        tools/stats-tool tools/private-network-test \
                        tools/session-test tools/iptables-unit \
-                       tools/dnsproxy-unit
+                       tools/dnsproxy-test
 
 tools_supplicant_test_SOURCES = $(gdbus_sources) tools/supplicant-test.c \
                        tools/supplicant-dbus.h tools/supplicant-dbus.c \
@@ -314,8 +314,8 @@ 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@
+tools_dnsproxy_test_SOURCES = tools/dnsproxy-test.c
+tools_dnsproxy_test_LDADD = @GLIB_LIBS@
 
 endif
 
similarity index 100%
rename from tools/dnsproxy-unit.c
rename to tools/dnsproxy-test.c