fix include
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index 87540efa0b59ec53a217ecaaee79764b3a354e0d..6fff0b407b817807b88df6a27b8dce1312bf96f2 100644 (file)
@@ -1,3 +1,4 @@
+# This Makefile.am is in the public domain
 AM_CPPFLAGS = -I$(top_srcdir)/src/include
 
 if MINGW
@@ -17,20 +18,25 @@ if HAVE_PYTHON
 check_SCRIPTS = \
   test_integration_bootstrap_and_connect.py \
   test_integration_disconnect.py \
+  test_integration_disconnect_nat.py \
   test_integration_reconnect.py \
-  test_integration_reconnect_nat.py    
-#  test_integration_bootstrap_and_connect_and_disconnect.py \
-# test_integration_bootstrap_and_connect_and_disconnect_nat.py \
-# test_integration_clique.py \
-# test_integration_clique_nat.py \
-# test_integration_connect_on_restart.py
+  test_integration_reconnect_nat.py \
+  test_integration_clique.py
 endif
 
 
 if HAVE_MHD
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
+if HAVE_LIBGNURL
 TESTS = \
  $(check_SCRIPTS)
+else
+if HAVE_LIBCURL
+TESTS = \
+ $(check_SCRIPTS)
+endif
+endif
 endif
 endif
 
@@ -56,6 +62,10 @@ test_integration_disconnect.py: test_integration_disconnect.py.in Makefile
        $(do_subst) < $(srcdir)/test_integration_disconnect.py.in > test_integration_disconnect.py
        chmod +x test_integration_disconnect.py
 
+test_integration_disconnect_nat.py: test_integration_disconnect_nat.py.in Makefile
+       $(do_subst) < $(srcdir)/test_integration_disconnect_nat.py.in > test_integration_disconnect_nat.py
+       chmod +x test_integration_disconnect_nat.py
+
 test_integration_reconnect.py: test_integration_reconnect.py.in Makefile
        $(do_subst) < $(srcdir)/test_integration_reconnect.py.in > test_integration_reconnect.py
        chmod +x test_integration_reconnect.py
@@ -64,49 +74,20 @@ test_integration_reconnect_nat.py: test_integration_reconnect_nat.py.in Makefile
        $(do_subst) < $(srcdir)/test_integration_reconnect_nat.py.in > test_integration_reconnect_nat.py
        chmod +x test_integration_reconnect_nat.py
 
-
-
-
-#test_integration_bootstrap_and_connect_and_disconnect.py: test_integration_bootstrap_and_connect_and_disconnect.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_bootstrap_and_connect_and_disconnect.py.in > test_integration_bootstrap_and_connect_and_disconnect.py
-#      chmod +x test_integration_bootstrap_and_connect_and_disconnect.py
-
-#test_integration_bootstrap_and_connect_and_disconnect_nat.py: test_integration_bootstrap_and_connect_and_disconnect_nat.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_bootstrap_and_connect_and_disconnect_nat.py.in > test_integration_bootstrap_and_connect_and_disconnect_nat.py
-#      chmod +x test_integration_bootstrap_and_connect_and_disconnect_nat.py
-
-
-
-#test_integration_disconnect_nat.py: test_integration_disconnect_nat.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_disconnect_nat.py.in > test_integration_disconnect_nat.py
-#      chmod +x test_integration_disconnect_nat.py
-
-
-
-#test_integration_clique.py: test_integration_clique.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_clique.py.in > test_integration_clique.py
-#      chmod +x test_integration_clique.py
-
-#test_integration_clique_nat.py: test_integration_clique_nat.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_clique_nat.py.in > test_integration_clique_nat.py
-#      chmod +x test_integration_clique_nat.py
-
-#test_integration_connect_on_restart.py: test_integration_connect_on_restart.py.in Makefile
-#      $(do_subst) < $(srcdir)/test_integration_connect_on_restart.py.in > test_integration_connect_on_restart.py
-#      chmod +x test_integration_connect_on_restart.py
+test_integration_clique.py: test_integration_clique.py.in Makefile
+       $(do_subst) < $(srcdir)/test_integration_clique.py.in > test_integration_clique.py
+       chmod +x test_integration_clique.py
 
 
 EXTRA_DIST = \
    gnunet_testing.py.in \
    gnunet_pyexpect.py.in \
    test_integration_bootstrap_and_connect.py.in \
-   test_integration_bootstrap_and_connect_and_disconnect.py.in \
-   test_integration_bootstrap_and_connect_and_disconnect_nat.py.in \
-   test_integration_connect_on_restart.py.in \
    test_integration_disconnect.py.in \
+   test_integration_disconnect_nat.py.in \
    test_integration_reconnect.py.in \
+   test_integration_reconnect_nat.py.in \
    test_integration_clique.py.in \
-   test_integration_clique_nat.py.in \
    confs/test_defaults.conf \
    confs/c_bootstrap_server.conf \
    confs/c_nat_client.conf \
@@ -115,14 +96,7 @@ EXTRA_DIST = \
    hostkeys/c_bootstrap_server \
    hostkeys/c_no_nat_client \
    hostkeys/c_no_nat_client_2 \
-   hostkeys/c_nat_client \
-   hostkeys/0004-hostkey \
-   hostkeys/0005-hostkey \
-   hostkeys/0006-hostkey \
-   hostkeys/0007-hostkey \
-   hostkeys/0008-hostkey \
-   hostkeys/0009-hostkey
-#   test_integration_disconnect_nat.py
+   hostkeys/c_nat_client
 
 CLEANFILES = \
        $(check_SCRIPTS) \