[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r19829 - gnunet/src/integration-tests
From: |
gnunet |
Subject: |
[GNUnet-SVN] r19829 - gnunet/src/integration-tests |
Date: |
Fri, 17 Feb 2012 10:20:46 +0100 |
Author: wachs
Date: 2012-02-17 10:20:46 +0100 (Fri, 17 Feb 2012)
New Revision: 19829
Modified:
gnunet/src/integration-tests/Makefile.am
Log:
- pexpect
Modified: gnunet/src/integration-tests/Makefile.am
===================================================================
--- gnunet/src/integration-tests/Makefile.am 2012-02-17 09:15:29 UTC (rev
19828)
+++ gnunet/src/integration-tests/Makefile.am 2012-02-17 09:20:46 UTC (rev
19829)
@@ -14,7 +14,8 @@
check_PROGRAMS =
noinst_SCRIPTS = \
- gnunet_testing.py
+ gnunet_testing.py \
+ gnunet_pyexpect.py
if HAVE_PYTHON_PEXPECT
check_SCRIPTS = \
@@ -41,6 +42,10 @@
$(do_subst) < $(srcdir)/gnunet_testing.py.in > gnunet_testing.py
chmod +x gnunet_testing.py
+gnunet_pyexpect.py: gnunet_pyexpect.py.in Makefile
+ $(do_subst) < $(srcdir)/gnunet_pyexpect.py.in > gnunet_pyexpect.py
+ chmod +x gnunet_pyexpect.py
+
test_integration_bootstrap_and_connect.py:
test_integration_bootstrap_and_connect.py.in Makefile
$(do_subst) < $(srcdir)/test_integration_bootstrap_and_connect.py.in >
test_integration_bootstrap_and_connect.py
chmod +x test_integration_bootstrap_and_connect.py
@@ -68,6 +73,7 @@
EXTRA_DIST = \
gnunet_testing.py.in \
+ gnunet_pyexpect.py.in \
test_integration_bootstrap_and_connect.py.in \
test_integration_disconnect.py.in \
test_integration_restart.py.in \
@@ -87,9 +93,6 @@
hostkeys/0007-hostkey \
hostkeys/0008-hostkey \
hostkeys/0009-hostkey
-
-
-
# test_integration_disconnect_nat.py
CLEANFILES = \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r19829 - gnunet/src/integration-tests,
gnunet <=