xvine:fixes
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index c1bbc72ec000d3d335fa9fc7b6c82ef5487e2022..74e7eed625c186deb5fd153c53824de32953fc6e 100644 (file)
@@ -17,6 +17,7 @@ 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_clique.py
@@ -25,6 +26,7 @@ endif
 
 if HAVE_MHD
 if ENABLE_TEST_RUN
+AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;
 TESTS = \
  $(check_SCRIPTS)
 endif
@@ -51,6 +53,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
@@ -70,6 +76,7 @@ EXTRA_DIST = \
    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 \