(no commit message)
[oweals/gnunet.git] / src / integration-tests / Makefile.am
index e98ba32426efd94b95c14b9a0ffbbe0c2e52a7dd..1e5686bf8009e8628ef532630ec37f896300287b 100644 (file)
@@ -20,6 +20,7 @@ if HAVE_PYTHON_PEXPECT
 check_SCRIPTS = \
  test_integration_bootstrap_and_connect.py \
  test_integration_disconnect.py \
+ test_integration_restart.py \
  test_integration_clique.py
 endif
 
@@ -42,6 +43,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_restart.py: test_integration_restart.py.in Makefile
+       $(do_subst) < $(srcdir)/test_integration_restart.py.in > test_integration_restart.py
+       chmod +x test_integration_restart.py    
        
 test_integration_clique.py: test_integration_clique.py.in Makefile
        $(do_subst) < $(srcdir)/test_integration_clique.py.in > test_integration_clique.py
@@ -50,7 +55,8 @@ test_integration_clique.py: test_integration_clique.py.in Makefile
 EXTRA_DIST = \
    gnunet_testing.py.in \
    test_integration_bootstrap_and_connect.py.in \
-   test_integration_disconnect.py.in \ 
+   test_integration_disconnect.py.in \
+   test_integration_restart.py.in \ 
    test_integration_clique.py.in
 
 CLEANFILES = \