X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fintegration-tests%2FMakefile.am;h=1e5686bf8009e8628ef532630ec37f896300287b;hb=5a8f88e1745a184039f07382c4b1c757011ca4be;hp=e98ba32426efd94b95c14b9a0ffbbe0c2e52a7dd;hpb=9af43c04be4bb3df805b07e42e04e4a5e70453d8;p=oweals%2Fgnunet.git diff --git a/src/integration-tests/Makefile.am b/src/integration-tests/Makefile.am index e98ba3242..1e5686bf8 100644 --- a/src/integration-tests/Makefile.am +++ b/src/integration-tests/Makefile.am @@ -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 = \