summary refs log tree commit diff
path: root/src/tests/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r--src/tests/Makefile.am29
1 files changed, 2 insertions, 27 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 296668aa..62612a0e 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -6,10 +6,7 @@ INCLUDES = \
 	-I$(top_srcdir)/src \
 	-I$(top_builddir)/src
 
-noinst_PROGRAMS = \
-	test-dhcp-options \
-	test-policy-hosts \
-	test-wifi-ap-utils
+noinst_PROGRAMS = test-dhcp-options test-policy-hosts
 
 ####### DHCP options test #######
 
@@ -42,33 +39,11 @@ test_policy_hosts_LDADD = \
 	$(top_builddir)/src/libtest-policy-hosts.la \
 	$(GLIB_LIBS)
 
-####### wifi ap utils test #######
-
-test_wifi_ap_utils_SOURCES = \
-	test-wifi-ap-utils.c
-
-test_wifi_ap_utils_CPPFLAGS = \
-	$(GLIB_CFLAGS) \
-	$(DBUS_CFLAGS)
-
-test_wifi_ap_utils_LDADD = \
-	$(top_builddir)/libnm-util/libnm-util.la \
-	$(top_builddir)/src/libtest-wifi-ap-utils.la \
-	$(GLIB_LIBS) \
-	$(DBUS_LIBS)
-
-####### secret agent interface test #######
-
-EXTRA_DIST = test-secret-agent.py
-
-###########################################
-
 if WITH_TESTS
 
-check-local: test-dhcp-options test-policy-hosts test-wifi-ap-utils
+check-local: test-dhcp-options
 	$(abs_builddir)/test-dhcp-options
 	$(abs_builddir)/test-policy-hosts
-	$(abs_builddir)/test-wifi-ap-utils
 
 endif