diff options
author | Michael Biebl <biebl@debian.org> | 2011-04-21 10:42:53 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-04-21 10:42:53 +0200 |
commit | 8baa1aca8dfd35e3190d7d5655eb83b5b901e263 (patch) | |
tree | a9ac1e67d0c22a48330c76f08fc5291f85307055 /src/tests/Makefile.am | |
parent | f75dd6fd1975146623052b843b182dc32c3fbe46 (diff) |
Imported Upstream version 0.8.4.0upstream/0.8.4.0
Diffstat (limited to 'src/tests/Makefile.am')
-rw-r--r-- | src/tests/Makefile.am | 29 |
1 files changed, 2 insertions, 27 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 296668aa9..62612a0e1 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 |