- htons => htonl
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index 8fab9a837ff5b1c383ecc8bd9afd65bf70a257c2..080b8754b6170db7b5377a9292b88142fc659517 100644 (file)
@@ -17,11 +17,10 @@ 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_reconnect_nat.py \
   test_integration_clique.py
-# test_integration_clique_nat.py \
-# test_integration_connect_on_restart.py
 endif
 
 
@@ -53,6 +52,10 @@ test_integration_bootstrap_and_connect.py: test_integration_bootstrap_and_connec
 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
@@ -66,20 +69,13 @@ 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
-
 
 EXTRA_DIST = \
    gnunet_testing.py.in \
    gnunet_pyexpect.py.in \
    test_integration_bootstrap_and_connect.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 \
@@ -92,7 +88,6 @@ EXTRA_DIST = \
    hostkeys/c_no_nat_client \
    hostkeys/c_no_nat_client_2 \
    hostkeys/c_nat_client
-#   test_integration_clique_nat.py.in
 
 CLEANFILES = \
        $(check_SCRIPTS) \