From: Christian Grothoff Date: Tue, 31 Jan 2012 00:45:46 +0000 (+0000) Subject: -do not try VPN tests on FreeBSD and other non-GNU-ish systems X-Git-Tag: initial-import-from-subversion-38251~14976 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6e0ae791f7dd672902ab59daaecb69e327ba73b;p=oweals%2Fgnunet.git -do not try VPN tests on FreeBSD and other non-GNU-ish systems --- diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am index 2cd798591..973efd0ec 100644 --- a/src/vpn/Makefile.am +++ b/src/vpn/Makefile.am @@ -20,6 +20,13 @@ VPNBIN = gnunet-helper-vpn install-exec-hook: $(SUDO_BINARY) chown root:root $(bindir)/gnunet-helper-vpn || true $(SUDO_BINARY) chmod u+s $(bindir)/gnunet-helper-vpn || true +if HAVE_MHD + VPN_TEST = \ + test_gnunet_vpn-4_to_6 \ + test_gnunet_vpn-6_to_4 \ + test_gnunet_vpn-6_over \ + test_gnunet_vpn-4_over +endif else install-exec-hook: endif @@ -33,13 +40,6 @@ bin_PROGRAMS = \ $(VPNBIN) gnunet-service-vpn gnunet-vpn -if HAVE_MHD - VPN_TEST = \ - test_gnunet_vpn-4_to_6 \ - test_gnunet_vpn-6_to_4 \ - test_gnunet_vpn-6_over \ - test_gnunet_vpn-4_over -endif check_PROGRAMS = $(VPN_TEST)